Skip to content

Commit

Permalink
fix(deps): bump openTelemetryAlpha2Version
Browse files Browse the repository at this point in the history
Bumps `openTelemetryAlpha2Version` from 2.4.0-alpha to 2.5.0-alpha.

Updates `io.opentelemetry.instrumentation:opentelemetry-mongo-3.1` from 2.4.0-alpha to 2.5.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)

Updates `io.opentelemetry.instrumentation:opentelemetry-aws-sdk-2.2` from 2.4.0-alpha to 2.5.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)

Updates `io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-apache-httpclient-5.0` from 2.4.0-alpha to 2.5.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)

Updates `io.opentelemetry.instrumentation:opentelemetry-apache-httpclient-5.2` from 2.4.0-alpha to 2.5.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-mongo-3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-aws-sdk-2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-apache-httpclient-5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-apache-httpclient-5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 18, 2024
1 parent 6d12882 commit 43e6e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sda-commons-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {
kotlinxCoroutinesVersion = '1.8.1'
resilience4jVersion = '2.2.0'
openTelemetryVersion = '1.36.0'
openTelemetryAlpha2Version = '2.4.0-alpha'
openTelemetryAlpha2Version = '2.5.0-alpha'
// should be aligned with transitive dependency of Spring Data MongoDB
mongoDbDriverVersion = '4.11.2'
tuprologVersion = '0.20.9' // don't upgrade separately! use version from database-rider
Expand Down

0 comments on commit 43e6e11

Please sign in to comment.