Skip to content

Commit 287da61

Browse files
Bump junitPlatformVersion from 1.11.0 to 1.11.1 (#1427)
Co-authored-by: Boni Garcia <boni.garcia@uc3m.es>
1 parent e081f5f commit 287da61

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.11.0'
6+
junitPlatformVersion = '1.11.1'
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.8'
88

99
junitJupiterVersion = '5.11.0'
10-
junitPlatformVersion = '1.11.0'
10+
junitPlatformVersion = '1.11.1'
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.11.0'
7-
junitPlatformVersion = '1.11.0'
7+
junitPlatformVersion = '1.11.1'
88
}
99

1010
apply plugin: 'java'

0 commit comments

Comments
 (0)