Skip to content

Commit f4b5bd8

Browse files
authored
Bump junitPlatform from 1.14.1 to 1.14.2 & junit5 from 5.14.1 to 5.14.2 (#1576)
* Bumps `junitPlatform` from 1.14.1 to 1.14.2. * Updates `org.junit.platform:junit-platform-runner` from 1.14.1 to 1.14.2 * Updates `org.junit.platform:junit-platform-commons` from 1.14.1 to 1.14.2 * Updates `org.junit.platform:junit-platform-engine` from 1.14.1 to 1.14.2 * Updates `org.junit.platform:junit-platform-launcher` from 1.14.1 to 1.14.2 * Bumps `junit5` from 5.14.1 to 5.14.2. * Updates `org.junit.jupiter:junit-jupiter` from 5.14.1 to 5.14.2 * Updates `org.junit.vintage:junit-vintage-engine` from 5.14.1 to 5.14.2
2 parents 92fe06c + 5852db7 commit f4b5bd8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.14.1</version>
49+
<version>1.14.2</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
</dependencies>

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
log4j = "2.25.3"
3-
junit5 = "5.14.1"
4-
junitPlatform = "1.14.1" # in sync with buildSrc/src/main/resources/release_check/archunit-junit5-engine-api.pom
3+
junit5 = "5.14.2"
4+
junitPlatform = "1.14.2" # 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)