File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootJar
33
44plugins {
55 id(" java" )
6- id(" org.springframework.boot" ) version " 2.7.18 "
6+ id(" org.springframework.boot" ) version " 3.3.5 "
77}
88
99description = " OpenTelemetry Example for Java Agent"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun
33
44plugins {
55 id(" java" )
6- id(" org.springframework.boot" ) version " 2.7.18 "
6+ id(" org.springframework.boot" ) version " 3.3.5 "
77}
88
99description = " OpenTelemetry Example for Micrometer Shim"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun
44
55plugins {
66 id(" java" )
7- id(" org.springframework.boot" ) version " 2.7.18 "
7+ id(" org.springframework.boot" ) version " 3.3.5 "
88}
99
1010description = " OpenTelemetry Example for Telemetry Testing"
You can’t perform that action at this time.
0 commit comments