Skip to content

Commit 6570b9a

Browse files
dependabot[bot]hankem
authored andcommitted
Bump junitPlatform from 1.13.4 to 1.14.0
Updates `org.junit.platform:junit-platform-runner` from 1.13.4 to 1.14.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) Updates `org.junit.platform:junit-platform-commons` from 1.13.4 to 1.14.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) Updates `org.junit.platform:junit-platform-engine` from 1.13.4 to 1.14.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) Updates `org.junit.platform:junit-platform-launcher` from 1.13.4 to 1.14.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Manfred Hanke <[email protected]>
1 parent 985999e commit 6570b9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/resources/release_check/archunit-junit5-engine-api.pom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.junit.platform</groupId>
4848
<artifactId>junit-platform-engine</artifactId>
49-
<version>1.13.4</version>
49+
<version>1.14.0</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
</dependencies>

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
log4j = "2.25.2"
33
junit5 = "5.13.4"
4-
junitPlatform = "1.13.4" # in sync with buildSrc/src/main/resources/release_check/archunit-junit5-engine-api.pom
4+
junitPlatform = "1.14.0" # in sync with buildSrc/src/main/resources/release_check/archunit-junit5-engine-api.pom
55
assertj = "3.27.6"
66

77
[libraries]

0 commit comments

Comments
 (0)