Skip to content

Commit f666c8f

Browse files
Bump junit from 4.11 to 4.13.1 in /chapter02/future-java
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] <support@github.com>
1 parent 6b375b8 commit f666c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter02/future-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<dependency>
99
<groupId>junit</groupId>
1010
<artifactId>junit</artifactId>
11-
<version>4.11</version>
11+
<version>4.13.1</version>
1212
<scope>test</scope>
1313
</dependency>
1414
</dependencies>

0 commit comments

Comments
 (0)