This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-stage-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new f95b208 update JUnit (#12)
f95b208 is described below
commit f95b20841d86f4de90a36a4af5d67bc17d4e8f25
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Tue Jun 20 10:08:32 2023 +0000
update JUnit (#12)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 651ae6c..029698c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,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>
</dependencies>