Skip to content

Commit 5bfacf2

Browse files
Bump junit from 4.12 to 4.13.1 in /samples/spring/pet-store (#389)
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1acb68a commit 5bfacf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/spring/pet-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<maven.compiler.source>1.8</maven.compiler.source>
2828
<maven.compiler.target>1.8</maven.compiler.target>
2929
<spring.version>5.2.9.RELEASE</spring.version>
30-
<junit.version>4.12</junit.version>
30+
<junit.version>4.13.1</junit.version>
3131
<log4j.version>2.13.3</log4j.version>
3232
</properties>
3333

0 commit comments

Comments
 (0)