Skip to content

Commit

Permalink
Update plugin org.springframework.boot to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent 983ab3b commit c18090a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion javaagent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootJar

plugins {
id("java")
id("org.springframework.boot") version "2.7.18"
id("org.springframework.boot") version "3.3.3"
}

description = "OpenTelemetry Example for Java Agent"
Expand Down
2 changes: 1 addition & 1 deletion micrometer-shim/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun

plugins {
id("java")
id("org.springframework.boot") version "2.7.18"
id("org.springframework.boot") version "3.3.3"
}

description = "OpenTelemetry Example for Micrometer Shim"
Expand Down
2 changes: 1 addition & 1 deletion telemetry-testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun

plugins {
id("java")
id("org.springframework.boot") version "2.7.18"
id("org.springframework.boot") version "3.3.3"
}

description = "OpenTelemetry Example for Telemetry Testing"
Expand Down

0 comments on commit c18090a

Please sign in to comment.