This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch io in repository https://gitbox.apache.org/repos/asf/maven-stage-plugin.git
commit 774526011b7f0ec287f850a9264e2b6661f3f275 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sat Jun 17 06:48:44 2023 -0400 update JUnit --- 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>
