This is an automated email from the ASF dual-hosted git repository.
jbonofre 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 fc33b95cb Update dependency com.puppycrawl.tools:checkstyle to v13.2.0
(#3703)
fc33b95cb is described below
commit fc33b95cb1a8102f61e30c62d7bce995d9d11bc2
Author: Mend Renovate <[email protected]>
AuthorDate: Sun Feb 8 08:02:08 2026 +0000
Update dependency com.puppycrawl.tools:checkstyle to v13.2.0 (#3703)
---
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 3c46af43d..42b5414bb 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -18,7 +18,7 @@
#
[versions]
-checkstyle = "13.1.0"
+checkstyle = "13.2.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"