Skip to content

Commit

Permalink
chore(dependency): upgrade junit-jupiter to 5.9.0 (#1197)
Browse files Browse the repository at this point in the history
As part of upgrading the spock framework from 2.0-groovy-3.0 to 2.2-groovy-3.0, it is required to update junit5 to 5.9.0.
https://spockframework.org/spock/docs/2.3/release_notes.html#_2_2_2022_08_31
Spring boot 2.7.18 brings junit-jupiter 5.8.2.
https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/2.7.18/spring-boot-dependencies-2.7.18.pom
So junit-bom version to be pinned to 5.9.0, untill spring boot >= 3.0.0.
  • Loading branch information
j-sandy authored Jul 17, 2024
1 parent 629bdcf commit cade67f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spinnaker-dependencies/spinnaker-dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ dependencies {
//kotlinVersion comes from gradle.properties since we have kotlin code in
// this project and need to configure gradle plugins etc.
api(platform("org.jetbrains.kotlin:kotlin-bom:$kotlinVersion"))
api(platform("org.junit:junit-bom:5.9.0")) // untill spring boot >= 3.0.0
api(platform("io.zipkin.brave:brave-bom:${versions.brave}"))
api(platform("org.springframework.boot:spring-boot-dependencies:${versions.springBoot}"))
api(platform("com.amazonaws:aws-java-sdk-bom:${versions.aws}"))
Expand Down

0 comments on commit cade67f

Please sign in to comment.