We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e80d35 commit 9705f65Copy full SHA for 9705f65
smoke-tests/src/test/java/io/opentelemetry/smoketest/SpringBootSmokeTest.java
@@ -60,7 +60,7 @@ void springBootSmokeTest(int jdk) {
60
ServiceAttributes.SERVICE_NAME, "otel-spring-test-app")
61
.hasAttribute(
62
ServiceAttributes.SERVICE_VERSION,
63
- "2.10.0-alpha-SNAPSHOT")),
+ "2.21.0-alpha-SNAPSHOT")),
64
span -> span.hasName("WebController.withSpan")));
65
66
// Check agent version is logged on startup
0 commit comments