Skip to content

Commit 4426b4c

Browse files
authored
Bump junit5 from 5.13.1 to 5.13.2 & junitPlatform from 1.13.1 to 1.13.2 (#1473)
2 parents c709762 + 28a363f commit 4426b4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1</version>
49+
<version>1.13.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.24.3"
3-
junit5 = "5.13.1"
4-
junitPlatform = "1.13.1"
3+
junit5 = "5.13.2"
4+
junitPlatform = "1.13.2" # in sync with buildSrc/src/main/resources/release_check/archunit-junit5-engine-api.pom
55
assertj = "3.27.3"
66

77
[libraries]

0 commit comments

Comments
 (0)