This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git
The following commit(s) were added to refs/heads/master by this push:
new b0088061 upgrading to junit 4.13.1
b0088061 is described below
commit b0088061f4d5eb697121dea08465522c7d5c8ae8
Author: Romain Manni-Bucau <[email protected]>
AuthorDate: Mon Apr 25 09:03:47 2022 +0200
upgrading to junit 4.13.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b2f91b17..e2ae870e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>