Skip to content

Commit f5220ea

Browse files
Bump junit-platform-launcher from 1.8.0 to 1.8.1
Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0e64b0 commit f5220ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<maven.compiler.source>${java.version}</maven.compiler.source>
5757
<maven.compiler.target>${java.version}</maven.compiler.target>
5858
<junit.jupiter.version>5.8.0</junit.jupiter.version>
59-
<junit.platform.version>1.8.0</junit.platform.version>
59+
<junit.platform.version>1.8.1</junit.platform.version>
6060
<spring.batch.version>4.3.3</spring.batch.version>
6161

6262
<checkstyle.config>checkstyle-override.xml</checkstyle.config>

0 commit comments

Comments
 (0)