File tree 8 files changed +8
-8
lines changed
logging-k8s-stdout-otlp-json
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
2
2
3
3
plugins {
4
4
id(" java" )
5
- id(" org.springframework.boot" ) version " 3.4.4 "
5
+ id(" org.springframework.boot" ) version " 3.4.5 "
6
6
}
7
7
8
8
val 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
2
2
3
3
plugins {
4
4
id(" java" )
5
- id(" org.springframework.boot" ) version " 3.4.4 "
5
+ id(" org.springframework.boot" ) version " 3.4.5 "
6
6
}
7
7
8
8
val 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
2
2
3
3
plugins {
4
4
id(" java" )
5
- id(" org.springframework.boot" ) version " 3.4.4 "
5
+ id(" org.springframework.boot" ) version " 3.4.5 "
6
6
}
7
7
8
8
val 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
3
3
4
4
plugins {
5
5
id(" java" )
6
- id(" org.springframework.boot" ) version " 3.4.4 "
6
+ id(" org.springframework.boot" ) version " 3.4.5 "
7
7
}
8
8
9
9
description = " 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
3
3
4
4
plugins {
5
5
id(" java" )
6
- id(" org.springframework.boot" ) version " 3.4.4 "
6
+ id(" org.springframework.boot" ) version " 3.4.5 "
7
7
}
8
8
9
9
description = " 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
3
3
4
4
plugins {
5
5
id(" java" )
6
- id(" org.springframework.boot" ) version " 3.4.4 "
6
+ id(" org.springframework.boot" ) version " 3.4.5 "
7
7
}
8
8
9
9
description = " 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
2
2
3
3
plugins {
4
4
id(" java" )
5
- id(" org.springframework.boot" ) version " 3.4.4 "
5
+ id(" org.springframework.boot" ) version " 3.4.5 "
6
6
id(" org.graalvm.buildtools.native" ) version " 0.10.6"
7
7
}
8
8
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun
4
4
5
5
plugins {
6
6
id(" java" )
7
- id(" org.springframework.boot" ) version " 3.4.4 "
7
+ id(" org.springframework.boot" ) version " 3.4.5 "
8
8
}
9
9
10
10
description = " OpenTelemetry Example for Telemetry Testing"
You can’t perform that action at this time.
0 commit comments