Bump Spring Boot version for autoconfigure and starters (#6379)
This commit is contained in:
parent
5a152cd289
commit
cf313eb361
|
@ -110,7 +110,7 @@ val DEPENDENCIES = listOf(
|
||||||
"org.spockframework:spock-junit4:2.2-M1-groovy-4.0",
|
"org.spockframework:spock-junit4:2.2-M1-groovy-4.0",
|
||||||
"org.scala-lang:scala-library:2.11.12",
|
"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.
|
// 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 {
|
javaPlatform {
|
||||||
|
|
|
@ -42,8 +42,8 @@ dependencies {
|
||||||
|
|
||||||
testInstrumentation(project(":instrumentation:jms-1.1:javaagent"))
|
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-activemq:2.5.3")
|
||||||
testImplementation("org.springframework.boot:spring-boot-starter-test:${versions["org.springframework.boot"]}") {
|
testImplementation("org.springframework.boot:spring-boot-starter-test:2.5.3") {
|
||||||
exclude("org.junit.vintage", "junit-vintage-engine")
|
exclude("org.junit.vintage", "junit-vintage-engine")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue