fix(deps): update spring boot (#9943)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c8433bfd6b
commit
c0ff484bff
|
@ -8,7 +8,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.1.5")
|
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.2.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
|
|
|
@ -108,7 +108,7 @@ val DEPENDENCIES = listOf(
|
||||||
"org.junit-pioneer:junit-pioneer:1.9.1",
|
"org.junit-pioneer:junit-pioneer:1.9.1",
|
||||||
"org.objenesis:objenesis:3.3",
|
"org.objenesis:objenesis:3.3",
|
||||||
// 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.7.17",
|
"org.springframework.boot:spring-boot-dependencies:2.7.18",
|
||||||
"javax.validation:validation-api:2.0.1.Final",
|
"javax.validation:validation-api:2.0.1.Final",
|
||||||
"org.snakeyaml:snakeyaml-engine:2.7"
|
"org.snakeyaml:snakeyaml-engine:2.7"
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
id("otel.java-conventions")
|
id("otel.java-conventions")
|
||||||
id("org.springframework.boot") version "3.1.5"
|
id("org.springframework.boot") version "3.2.0"
|
||||||
id("org.graalvm.buildtools.native")
|
id("org.graalvm.buildtools.native")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,12 +5,12 @@ plugins {
|
||||||
id("otel.java-conventions")
|
id("otel.java-conventions")
|
||||||
|
|
||||||
id("com.google.cloud.tools.jib")
|
id("com.google.cloud.tools.jib")
|
||||||
id("org.springframework.boot") version "2.7.17"
|
id("org.springframework.boot") version "2.7.18"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(platform("io.opentelemetry:opentelemetry-bom:1.0.0"))
|
implementation(platform("io.opentelemetry:opentelemetry-bom:1.0.0"))
|
||||||
implementation(platform("org.springframework.boot:spring-boot-dependencies:2.7.17"))
|
implementation(platform("org.springframework.boot:spring-boot-dependencies:2.7.18"))
|
||||||
|
|
||||||
implementation("io.opentelemetry:opentelemetry-api")
|
implementation("io.opentelemetry:opentelemetry-api")
|
||||||
implementation(project(":instrumentation-annotations"))
|
implementation(project(":instrumentation-annotations"))
|
||||||
|
|
Loading…
Reference in New Issue