File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
logging-k8s-stdout-otlp-json Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22
33plugins {
44 id(" java" )
5- id(" org.springframework.boot" ) version " 3.4.1 "
5+ id(" org.springframework.boot" ) version " 3.4.2 "
66}
77
88val moduleName by extra { " io.opentelemetry.examples.docs.exporters" }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22
33plugins {
44 id(" java" )
5- id(" org.springframework.boot" ) version " 3.4.1 "
5+ id(" org.springframework.boot" ) version " 3.4.2 "
66}
77
88val moduleName by extra { " io.opentelemetry.examples.docs.getting-started" }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22
33plugins {
44 id(" java" )
5- id(" org.springframework.boot" ) version " 3.4.1 "
5+ id(" org.springframework.boot" ) version " 3.4.2 "
66}
77
88val moduleName by extra { " io.opentelemetry.examples.docs.spring-starter" }
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 " 3.4.1 "
6+ id(" org.springframework.boot" ) version " 3.4.2 "
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.bundling.BootJar
33
44plugins {
55 id(" java" )
6- id(" org.springframework.boot" ) version " 3.4.1 "
6+ id(" org.springframework.boot" ) version " 3.4.2 "
77}
88
99description = " OpenTelemetry Example for Java Agent with Stdout logging"
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 " 3.4.1 "
6+ id(" org.springframework.boot" ) version " 3.4.2 "
77}
88
99description = " OpenTelemetry Example for Micrometer Shim"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22
33plugins {
44 id(" java" )
5- id(" org.springframework.boot" ) version " 3.4.1 "
5+ id(" org.springframework.boot" ) version " 3.4.2 "
66 id(" org.graalvm.buildtools.native" ) version " 0.10.4"
77}
88
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 " 3.4.1 "
7+ id(" org.springframework.boot" ) version " 3.4.2 "
88}
99
1010description = " OpenTelemetry Example for Telemetry Testing"
You can’t perform that action at this time.
0 commit comments