You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/01/23 22:05:03 UTC

[maven-checkstyle-plugin] 02/05: Bump junit from 4.8.1 to 4.13.1 in /src/it/MCHECKSTYLE-163

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

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

commit 82955697b5dbdb158030265bf7914eb49aaa7304
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jan 23 20:33:10 2021 +0100

    Bump junit from 4.8.1 to 4.13.1 in /src/it/MCHECKSTYLE-163
---
 src/it/MCHECKSTYLE-163/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/MCHECKSTYLE-163/pom.xml b/src/it/MCHECKSTYLE-163/pom.xml
index 02fccdb..cf909e5 100644
--- a/src/it/MCHECKSTYLE-163/pom.xml
+++ b/src/it/MCHECKSTYLE-163/pom.xml
@@ -33,7 +33,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.8.1</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>