Skip to content

Commit dbddc14

Browse files
committed
Merge branch 'main' into fix-gc-duration
2 parents 54e49b7 + 7088573 commit dbddc14

5 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.9.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.7.0.jar
1+
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.9.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.8.0.jar
22
No changes.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-instrumentation-api-2.9.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.7.0.jar
1+
Comparing source compatibility of opentelemetry-instrumentation-api-2.9.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.8.0.jar
22
No changes.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.9.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.7.0.jar
1+
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.9.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.8.0.jar
22
No changes.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-spring-boot-starter-2.9.0-SNAPSHOT.jar against opentelemetry-spring-boot-starter-2.7.0.jar
1+
Comparing source compatibility of opentelemetry-spring-boot-starter-2.9.0-SNAPSHOT.jar against opentelemetry-spring-boot-starter-2.8.0.jar
22
No changes.

smoke-tests/images/quarkus/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ plugins {
1212
id("otel.java-conventions")
1313

1414
id("com.google.cloud.tools.jib")
15-
id("io.quarkus") version "3.14.2"
15+
id("io.quarkus") version "3.14.4"
1616
}
1717

1818
dependencies {
19-
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.14.2"))
19+
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.14.4"))
2020
implementation("io.quarkus:quarkus-resteasy")
2121
}
2222

0 commit comments

Comments
 (0)