Skip to content

Commit 58ec394

Browse files
Bump junitPlatformVersion from 1.13.1 to 1.13.2 (#1714)
Co-authored-by: Boni Garcia <[email protected]>
1 parent ba2dbbd commit 58ec394

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

junit5-engine-spi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repositories {
33
}
44

55
ext {
6-
junitPlatformVersion = '1.13.1'
6+
junitPlatformVersion = '1.13.2'
77
}
88

99
apply plugin: 'java'

junit5-junit4-runner/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ext {
77
logbackVersion = '1.5.18'
88

99
junitJupiterVersion = '5.13.1'
10-
junitPlatformVersion = '1.13.1'
10+
junitPlatformVersion = '1.13.2'
1111
}
1212

1313
apply plugin: 'java'

junit5-launcher-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repositories {
44

55
ext {
66
junitJupiterVersion = '5.13.1'
7-
junitPlatformVersion = '1.13.1'
7+
junitPlatformVersion = '1.13.2'
88
}
99

1010
apply plugin: 'java'

0 commit comments

Comments
 (0)