Skip to content

Commit d2e8642

Browse files
Bump org.junit.platform:junit-platform-launcher from 1.13.1 to 1.13.4 (#60)
* Bump org.junit.platform:junit-platform-launcher from 1.13.1 to 1.13.4 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.13.1 to 1.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.13.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Fixed dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gregor Noczinski <gregor@noczinski.eu>
1 parent c582af9 commit d2e8642

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<dependency>
2222
<groupId>org.junit.platform</groupId>
2323
<artifactId>junit-platform-launcher</artifactId>
24-
<version>1.13.1</version>
24+
<version>1.13.4</version>
2525
<scope>test</scope>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.junit.jupiter</groupId>
2929
<artifactId>junit-jupiter-engine</artifactId>
30-
<version>5.13.1</version>
30+
<version>5.13.4</version>
3131
<scope>test</scope>
3232
</dependency>
3333
<dependency>

0 commit comments

Comments
 (0)