Skip to content

Commit 1a56f7f

Browse files
Bump junit from 4.10 to 4.13.1 in /java8-tutorials/lambda-essentials
Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.10.md) - [Commits](junit-team/junit4@r4.10...r4.13.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 53896fc commit 1a56f7f

File tree

1 file changed

+1
-1
lines changed
  • java8-tutorials/lambda-essentials

1 file changed

+1
-1
lines changed

java8-tutorials/lambda-essentials/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<dependency>
1010
<groupId>junit</groupId>
1111
<artifactId>junit</artifactId>
12-
<version>4.10</version>
12+
<version>4.13.1</version>
1313
<scope>test</scope>
1414
</dependency>
1515
</dependencies>

0 commit comments

Comments
 (0)