Skip to content

Commit

Permalink
Bump OTel SDK to 1.25.0 and parent pom to 4.59 (#631)
Browse files Browse the repository at this point in the history
* Bump OTel SDK to 1.25.0 and parent pom to 4.59

* Fix compilation error
  • Loading branch information
cyrille-leclerc authored Apr 11, 2023
1 parent 91e92d4 commit 85d200d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.58</version>
<version>4.59</version>
<relativePath />
</parent>
<groupId>io.jenkins.plugins</groupId>
Expand All @@ -21,13 +21,13 @@
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.361.4</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<opentelemetry.version>1.24.0</opentelemetry.version>
<opentelemetry.version>1.25.0</opentelemetry.version>
<!--
Don't forget to bump opentelemetry-resources
-->
<opentelemetry-alpha.version>1.24.0-alpha</opentelemetry-alpha.version>
<opentelemetry-alpha.version>1.25.0-alpha</opentelemetry-alpha.version>
<opentelemetry-instrumentation-alpha.version>1.24.0-alpha</opentelemetry-instrumentation-alpha.version>
<opentelemetry-contrib.version>1.23.0-alpha</opentelemetry-contrib.version>
<opentelemetry-contrib.version>1.24.0-alpha</opentelemetry-contrib.version>
<useBeta>true</useBeta>
<elasticstack.version>8.6.2</elasticstack.version>
<error-prone.version>2.18.0</error-prone.version>
Expand Down

0 comments on commit 85d200d

Please sign in to comment.