You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2023/12/21 15:30:35 UTC

(jackrabbit) branch 2.20 updated: JCR-4996: update checkstyle-plugin dependency to 3.3.1

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch 2.20
in repository https://gitbox.apache.org/repos/asf/jackrabbit.git


The following commit(s) were added to refs/heads/2.20 by this push:
     new 7bb09f259 JCR-4996: update checkstyle-plugin dependency to 3.3.1
7bb09f259 is described below

commit 7bb09f25991fae84602fbb06b27f39a68a596a6a
Author: Julian Reschke <re...@apache.org>
AuthorDate: Tue Nov 14 13:23:01 2023 +0000

    JCR-4996: update checkstyle-plugin dependency to 3.3.1
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1913771 13f79535-47bb-0310-9956-ffa450edef68
---
 jackrabbit-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jackrabbit-parent/pom.xml b/jackrabbit-parent/pom.xml
index 441f96104..5e36129f7 100644
--- a/jackrabbit-parent/pom.xml
+++ b/jackrabbit-parent/pom.xml
@@ -409,7 +409,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>3.2.1</version>
+        <version>3.3.1</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>