Skip to content

Commit 97b96dc

Browse files
Bump junit from 4.13 to 4.13.1 in /examples/examples-release-10
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 97b96dc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

examples/examples-release-10/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<java.version>1.8</java.version>
1212
<maven.compiler.source>${java.version}</maven.compiler.source>
1313
<maven.compiler.target>${java.version}</maven.compiler.target>
14-
<junit.version>4.13</junit.version>
14+
<junit.version>4.13.1</junit.version>
1515
</properties>
1616
<dependencies>
1717
<dependency>

0 commit comments

Comments
 (0)