File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ subprojects {
18
18
19
19
dependencies {
20
20
// using the bom ensures that all of your opentelemetry dependency versions are aligned
21
- implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.7 .0-alpha" ))
21
+ implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.8 .0-alpha" ))
22
22
}
23
23
24
24
spotless {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ val moduleName by extra { "io.opentelemetry.examples.docs.exporters" }
9
9
10
10
dependencies {
11
11
implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
12
- implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.7 .0" ))
12
+ implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.8 .0" ))
13
13
14
14
implementation(" org.springframework.boot:spring-boot-starter-web" )
15
15
implementation(" io.opentelemetry:opentelemetry-exporter-otlp" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ val moduleName by extra { "io.opentelemetry.examples.docs.getting-started" }
9
9
10
10
dependencies {
11
11
implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
12
- implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.7 .0" ))
12
+ implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.8 .0" ))
13
13
14
14
implementation(" org.springframework.boot:spring-boot-starter-web" )
15
15
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ val moduleName by extra { "io.opentelemetry.examples.docs.spring-starter" }
9
9
10
10
dependencies {
11
11
implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
12
- implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.7 .0" ))
12
+ implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.8 .0" ))
13
13
14
14
implementation(" org.springframework.boot:spring-boot-starter-web" )
15
15
implementation(" org.springframework.boot:spring-boot-starter-webflux" )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
24
24
// spring modules
25
25
implementation(" org.springframework.boot:spring-boot-starter-web" )
26
26
27
- agent(" io.opentelemetry.javaagent:opentelemetry-javaagent:2.7 .0" )
27
+ agent(" io.opentelemetry.javaagent:opentelemetry-javaagent:2.8 .0" )
28
28
}
29
29
30
30
val copyAgent = tasks.register<Copy >(" copyAgent" ) {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ val moduleName by extra { "io.opentelemetry.examples.native" }
11
11
12
12
dependencies {
13
13
implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
14
- implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.7 .0" ))
14
+ implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.8 .0" ))
15
15
implementation(" org.springframework.boot:spring-boot-starter-actuator" )
16
16
implementation(" org.springframework.boot:spring-boot-starter-web" )
17
17
implementation(" org.springframework.boot:spring-boot-starter-data-jdbc" )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ val bootJar = tasks.named<BootJar>("bootJar") {
29
29
dependencies {
30
30
implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
31
31
implementation(" io.opentelemetry:opentelemetry-api" )
32
- implementation(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.7 .0" )
32
+ implementation(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.8 .0" )
33
33
// spring modules
34
34
implementation(" org.springframework.boot:spring-boot-starter-web" )
35
35
testImplementation(" org.springframework.boot:spring-boot-starter-test" )
@@ -42,7 +42,7 @@ dependencies {
42
42
testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.3.2-alpha" )
43
43
testImplementation(" org.assertj:assertj-core:3.26.3" )
44
44
45
- agent(" io.opentelemetry.javaagent:opentelemetry-javaagent:2.7 .0" )
45
+ agent(" io.opentelemetry.javaagent:opentelemetry-javaagent:2.8 .0" )
46
46
}
47
47
48
48
tasks.test {
You can’t perform that action at this time.
0 commit comments