This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 1894bf9b8 fix(deps): update dependency com.puppycrawl.tools:checkstyle
to v13 (#3403)
1894bf9b8 is described below
commit 1894bf9b8bf9663faaa48686015cff942789e029
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Jan 9 20:13:39 2026 +0000
fix(deps): update dependency com.puppycrawl.tools:checkstyle to v13 (#3403)
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index bd3e82925..757912a4f 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -18,7 +18,7 @@
#
[versions]
-checkstyle = "10.25.0"
+checkstyle = "13.0.0"
hadoop = "3.4.2"
iceberg = "1.10.1" # Ensure to update the iceberg version in regtests to keep
regtests up-to-date
immutables = "2.12.1"