You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2022/12/19 14:33:23 UTC

[jackrabbit-oak] branch OAK-10042 updated: OAK-10042: Update checkstyle-plugin dependency to version 3.1.2

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

reschke pushed a commit to branch OAK-10042
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/OAK-10042 by this push:
     new 1a04bad3bd OAK-10042: Update checkstyle-plugin dependency to version 3.1.2
1a04bad3bd is described below

commit 1a04bad3bd564f868829dceb5a6a1eb0a59d4ac3
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Mon Dec 19 15:33:12 2022 +0100

    OAK-10042: Update checkstyle-plugin dependency to version 3.1.2
---
 oak-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 539d2e5cee..86eb0fca4c 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -345,7 +345,7 @@
         </plugin>
           <plugin>
             <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>3.1.0</version>
+            <version>3.1.2</version>
           </plugin>
         <plugin>
           <groupId>com.github.spotbugs</groupId>