This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git
The following commit(s) were added to refs/heads/master by this push:
new ddd90b2 Update junit to latest 4.13.2
ddd90b2 is described below
commit ddd90b2fe7848c583868e0b584c4e1b11f7f95d8
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Aug 31 20:14:09 2021 +0200
Update junit to latest 4.13.2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7e5f88a..db079cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13.1</version>
+ <version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>