Skip to content

Commit

Permalink
Bump opentelmetry.version from 2.9.0 to 2.10.0 in /apps/opik-backend (#…
Browse files Browse the repository at this point in the history
…656)

* Bump opentelmetry.version from 2.9.0 to 2.10.0 in /apps/opik-backend

Bumps `opentelmetry.version` from 2.9.0 to 2.10.0.

Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations` from 2.9.0 to 2.10.0
- [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](open-telemetry/opentelemetry-java-instrumentation@v2.9.0...v2.10.0)

Updates `io.opentelemetry.instrumentation:opentelemetry-r2dbc-1.0` from 2.9.0-alpha to 2.10.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-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-r2dbc-1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update pom.xml

Fixed R2DBC dependency.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andres Cruz <[email protected]>
  • Loading branch information
dependabot[bot] and andrescrz authored Nov 18, 2024
1 parent 202e4c2 commit 0674f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/opik-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<uuid.java.generator.version>5.1.0</uuid.java.generator.version>
<wiremock.version>3.9.1</wiremock.version>
<redisson.version>3.39.0</redisson.version>
<opentelmetry.version>2.9.0</opentelmetry.version>
<opentelmetry.version>2.10.0</opentelmetry.version>
<aws.java.sdk.version>2.29.9</aws.java.sdk.version>
<mainClass>com.comet.opik.OpikApplication</mainClass>
</properties>
Expand Down

0 comments on commit 0674f2a

Please sign in to comment.