This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git
The following commit(s) were added to refs/heads/master by this push:
new 398fadb deps: update JUnit
398fadb is described below
commit 398fadb08c8c71d58bb7358dad70275b66ad9dba
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Wed Apr 21 14:54:39 2021 +0000
deps: update JUnit
@slachiewicz
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3b40531..bd21d92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13</version>
+ <version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>