Skip to content

Commit 02e872b

Browse files
Bump junit from 4.11 to 4.13.1 in /java-maven-basics/hello-world
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md) - [Commits](junit-team/junit4@r4.11...r4.13.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 608074e commit 02e872b

File tree

1 file changed

+1
-1
lines changed
  • java-maven-basics/hello-world

1 file changed

+1
-1
lines changed

java-maven-basics/hello-world/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>junit</groupId>
3030
<artifactId>junit</artifactId>
31-
<version>4.11</version>
31+
<version>4.13.1</version>
3232
<scope>test</scope>
3333
</dependency>
3434

0 commit comments

Comments
 (0)