Skip to content

Commit

Permalink
Bump the java-other group across 1 directory with 2 updates (#1351)
Browse files Browse the repository at this point in the history
Bumps the java-other group with 2 updates in the /java directory: software.amazon.awssdk:bom and [io.opentelemetry.contrib:opentelemetry-aws-resources](https://github.com/open-telemetry/opentelemetry-java-contrib).


Updates `software.amazon.awssdk:bom` from 2.25.55 to 2.25.62

Updates `io.opentelemetry.contrib:opentelemetry-aws-resources` from 1.35.0-alpha to 1.36.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java-contrib/commits)

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-other
- dependency-name: io.opentelemetry.contrib:opentelemetry-aws-resources
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-other
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 31, 2024
1 parent 847fee2 commit 90d4458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
val DEPENDENCY_BOMS = listOf(
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.4.0-alpha",
"org.apache.logging.log4j:log4j-bom:2.23.1",
"software.amazon.awssdk:bom:2.25.55"
"software.amazon.awssdk:bom:2.25.62"
)

val DEPENDENCIES = listOf(
Expand All @@ -20,7 +20,7 @@ val DEPENDENCIES = listOf(
"com.squareup.okhttp3:okhttp:4.12.0",
"io.opentelemetry.javaagent:opentelemetry-javaagent:2.4.0",
"io.opentelemetry:opentelemetry-sdk-extension-aws:1.19.0",
"io.opentelemetry.contrib:opentelemetry-aws-resources:1.35.0-alpha",
"io.opentelemetry.contrib:opentelemetry-aws-resources:1.36.0-alpha",
)

javaPlatform {
Expand Down

0 comments on commit 90d4458

Please sign in to comment.