Skip to content

Commit

Permalink
Fix Otel SDK version in test code
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Oct 17, 2024
1 parent 420801a commit c40cde7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class ITOpenTelemetryHttpCollector {

Server server;

static final String OTEL_SDK_VERSION = "1.41.0";
static final String OTEL_SDK_VERSION = "1.43.0";

@BeforeEach
public void setup() {
Expand Down

0 comments on commit c40cde7

Please sign in to comment.