This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis.git
The following commit(s) were added to refs/heads/main by this push:
new bf7ff467e5 ARTEMIS-5729 Bump com.puppycrawl.tools:checkstyle from
12.3.0 to 12.3.1
bf7ff467e5 is described below
commit bf7ff467e59f37e3bd37ee433445ea6bbb70c373
Author: Justin Bertram <[email protected]>
AuthorDate: Mon Jan 5 14:13:19 2026 -0600
ARTEMIS-5729 Bump com.puppycrawl.tools:checkstyle from 12.3.0 to 12.3.1
---
.github/dependabot.yml | 2 ++
pom.xml | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 77f8fc63c9..d0d95c0c8f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,6 +23,8 @@ updates:
# Ignore all these until we move to JDK >= 21
- dependency-name: 'org.apache.derby:*'
versions: '>= 10.16'
+ - dependency-name: 'com.puppycrawl.tools:*'
+ versions: '>= 13'
# Ignore all these until we move to Jakarta
- dependency-name: 'org.springframework:*'
diff --git a/pom.xml b/pom.xml
index 1edba18f98..69d0afb457 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
<versions.maven.plugin.version>2.16.1</versions.maven.plugin.version>
<maven.pmd.plugin.version>3.28.0</maven.pmd.plugin.version>
<sevntu.checks.version>1.44.1</sevntu.checks.version>
- <checkstyle.version>12.3.0</checkstyle.version>
+ <checkstyle.version>12.3.1</checkstyle.version>
<mockito.version>5.21.0</mockito.version>
<jctools.version>4.0.5</jctools.version>
<netty.version>4.1.130.Final</netty.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]