Skip to content

Commit

Permalink
Bump otel.version from 2.2.0 to 2.3.0
Browse files Browse the repository at this point in the history
opentelemetry-jdbc is still alpha but it works
  • Loading branch information
jvtrigueros committed Apr 13, 2024
1 parent bc6da97 commit 8ff9936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM curlimages/curl:latest as deps

WORKDIR /home/curl_user

ENV SDK_VERSION 2.2.0
ENV SDK_VERSION 2.3.0

RUN curl -Lo agent.jar https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v${SDK_VERSION}/opentelemetry-javaagent.jar

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j.version>2.0.9</slf4j.version>
<log4j.version>2.22.1</log4j.version>
<otel.version>2.2.0</otel.version>
<otel.version>2.3.0</otel.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 8ff9936

Please sign in to comment.