Skip to content

Commit

Permalink
Bump junitPlatformVersion from 1.11.1 to 1.11.2 (#1459)
Browse files Browse the repository at this point in the history
Co-authored-by: Boni Garcia <[email protected]>
  • Loading branch information
dependabot[bot] and bonigarcia authored Oct 7, 2024
1 parent f14a2e6 commit f0850c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion junit5-engine-spi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repositories {
}

ext {
junitPlatformVersion = '1.11.1'
junitPlatformVersion = '1.11.2'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-junit4-runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
logbackVersion = '1.5.8'

junitJupiterVersion = '5.11.1'
junitPlatformVersion = '1.11.1'
junitPlatformVersion = '1.11.2'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-launcher-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories {

ext {
junitJupiterVersion = '5.11.1'
junitPlatformVersion = '1.11.1'
junitPlatformVersion = '1.11.2'
}

apply plugin: 'java'
Expand Down

0 comments on commit f0850c5

Please sign in to comment.