Skip to content

Commit e842000

Browse files
Bump junit from 4.13 to 4.13.1 in /examples/examples-release-11
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](junit-team/junit4@r4.13...r4.13.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3e5a32 commit e842000

File tree

1 file changed

+1
-1
lines changed
  • examples/examples-release-11

1 file changed

+1
-1
lines changed

examples/examples-release-11/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<java.version>1.8</java.version>
1111
<maven.compiler.source>${java.version}</maven.compiler.source>
1212
<maven.compiler.target>${java.version}</maven.compiler.target>
13-
<junit.version>4.13</junit.version>
13+
<junit.version>4.13.1</junit.version>
1414
</properties>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)