Skip to content

Commit 8ae988a

Browse files
committed
fix
1 parent 082e0ba commit 8ae988a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/src/test/java/io/opentelemetry/smoketest/SpringBootSmokeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void springBootSmokeTest(int jdk) {
6060
ServiceAttributes.SERVICE_NAME, "otel-spring-test-app")
6161
.hasAttribute(
6262
ServiceAttributes.SERVICE_VERSION,
63-
"2.10.0-alpha-SNAPSHOT")),
63+
"2.21.0-alpha-SNAPSHOT")),
6464
span -> span.hasName("WebController.withSpan")));
6565

6666
// Check agent version is logged on startup

0 commit comments

Comments
 (0)