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

slachiewicz pushed a commit to branch MCHECKSTYLE-406
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git

commit 855b26ca0062c3d1be94afc784088c89d0e49bd1
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sun Nov 21 03:37:56 2021 +0100

    Bump junit from 4.13.1 to 4.13.2
---
 Jenkinsfile | 2 +-
 pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b4e13d9..e9f05f7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild(jdk:['8','11','16'])
+asfMavenTlpPlgnBuild()
diff --git a/pom.xml b/pom.xml
index 90dc78d..5c463dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,7 +221,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to