fix(deps): update spring boot to v2.7.17 (#9718)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-19 15:25:43 +03:00 committed by GitHub
parent e1efa2da3e
commit eb92c5ec4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@ val DEPENDENCIES = listOf(
"org.junit-pioneer:junit-pioneer:1.9.1",
"org.objenesis:objenesis:3.3",
// 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.16",
"org.springframework.boot:spring-boot-dependencies:2.7.17",
"javax.validation:validation-api:2.0.1.Final",
"org.snakeyaml:snakeyaml-engine:2.7"
)

View File

@ -5,12 +5,12 @@ plugins {
id("otel.java-conventions")
id("com.google.cloud.tools.jib")
id("org.springframework.boot") version "2.7.16"
id("org.springframework.boot") version "2.7.17"
}
dependencies {
implementation(platform("io.opentelemetry:opentelemetry-bom:1.0.0"))
implementation(platform("org.springframework.boot:spring-boot-dependencies:2.7.16"))
implementation(platform("org.springframework.boot:spring-boot-dependencies:2.7.17"))
implementation("io.opentelemetry:opentelemetry-api")
implementation(project(":instrumentation-annotations"))