File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
javaagent-declarative-configuration
logging-k8s-stdout-otlp-json
spring-declarative-configuration Expand file tree Collapse file tree 12 files changed +12
-12
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 " 4.0.4 "
5+ id(" org.springframework.boot" ) version " 4.0.5 "
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 " 4.0.4 "
5+ id(" org.springframework.boot" ) version " 4.0.5 "
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.5.12 "
5+ id(" org.springframework.boot" ) version " 3.5.13 "
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 " 4.0.4 "
6+ id(" org.springframework.boot" ) version " 4.0.5 "
77}
88
99java {
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 " 4.0.4 "
6+ id(" org.springframework.boot" ) version " 4.0.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.bundling.BootJar
33
44plugins {
55 id(" java" )
6- id(" org.springframework.boot" ) version " 4.0.4 "
6+ id(" org.springframework.boot" ) version " 4.0.5 "
77}
88
99description = " OpenTelemetry Example for Java Agent with Stdout logging"
Original file line number Diff line number Diff line change 4747 spec :
4848 containers :
4949 - name : lgtm
50- image : grafana/otel-lgtm:0.22.0 @sha256:6903a4545a4005a5cada9d44055e96d612d465f7e6d942c272ecb20e6902dec0
50+ image : grafana/otel-lgtm:0.22.1 @sha256:52a197a4aad6203af126c148c6194472b48f88d5481f246f5d3657023b30ac9f
5151 ports :
5252 - containerPort : 3000
5353 - containerPort : 4317
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 " 4.0.4 "
6+ id(" org.springframework.boot" ) version " 4.0.5 "
77}
88
99description = " OpenTelemetry Example for Micrometer Shim"
Original file line number Diff line number Diff line change 11pluginManagement {
22 plugins {
33 id(" com.diffplug.spotless" ) version " 8.4.0"
4- id(" com.gradleup.shadow" ) version " 9.4.0 "
4+ id(" com.gradleup.shadow" ) version " 9.4.1 "
55 id(" com.google.protobuf" ) version " 0.9.6"
66 id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
77 id(" com.google.cloud.tools.jib" ) version " 3.5.3"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootJar
44
55plugins {
66 id(" java" )
7- id(" org.springframework.boot" ) version " 3.5.12 "
7+ id(" org.springframework.boot" ) version " 3.5.13 "
88}
99
1010description = " OpenTelemetry Example for Spring Boot with Declarative Configuration"
You can’t perform that action at this time.
0 commit comments