Bump Spring Boot version for autoconfigure and starters (#6379)

This commit is contained in:
Mateusz Rzeszutek 2022-07-29 13:25:57 +02:00 committed by GitHub
parent 5a152cd289
commit cf313eb361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ val DEPENDENCIES = listOf(
"org.spockframework:spock-junit4:2.2-M1-groovy-4.0",
"org.scala-lang:scala-library:2.11.12",
// Note that this is only referenced as "org.springframework.boot" in build files, not the artifact name.
"org.springframework.boot:spring-boot-dependencies:2.3.1.RELEASE"
"org.springframework.boot:spring-boot-dependencies:2.7.2"
)
javaPlatform {

View File

@ -42,8 +42,8 @@ dependencies {
testInstrumentation(project(":instrumentation:jms-1.1:javaagent"))
testImplementation("org.springframework.boot:spring-boot-starter-activemq:${versions["org.springframework.boot"]}")
testImplementation("org.springframework.boot:spring-boot-starter-test:${versions["org.springframework.boot"]}") {
testImplementation("org.springframework.boot:spring-boot-starter-activemq:2.5.3")
testImplementation("org.springframework.boot:spring-boot-starter-test:2.5.3") {
exclude("org.junit.vintage", "junit-vintage-engine")
}