Skip to content

Commit

Permalink
Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-b…
Browse files Browse the repository at this point in the history
…om-alpha

Bumps [io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 1.32.0-alpha to 2.1.0-alpha.
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits)

---
updated-dependencies:
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent f48e769 commit eba0c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<url>http://smallrye.io</url>

<properties>
<version.opentelemetry>1.32.0</version.opentelemetry>
<version.opentelemetry>2.1.0-alpha</version.opentelemetry>
<version.opentelemetry-semconv>1.21.0-alpha</version.opentelemetry-semconv> <!-- keep in sync with opentelemetry-java-instrumentation in the alpha bom-->
<version.microprofile.opentelemetry>1.1</version.microprofile.opentelemetry>
<version.microprofile.config>3.0.3</version.microprofile.config>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
<artifactId>opentelemetry-instrumentation-bom-alpha</artifactId>
<version>${version.opentelemetry}-alpha</version>
<version>${version.opentelemetry}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit eba0c21

Please sign in to comment.