Skip to content

Commit

Permalink
Bump the centralized-spring-gradle-deps group across 1 directory with…
Browse files Browse the repository at this point in the history
… 3 updates

Bumps the centralized-spring-gradle-deps group with 3 updates in the /centralized-sampling-tests/sample-apps/spring-boot directory: [io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation), [io.opentelemetry.contrib:opentelemetry-aws-xray](https://github.com/open-telemetry/opentelemetry-java-contrib) and [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin).


Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha` from 1.32.0-alpha to 2.12.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.contrib:opentelemetry-aws-xray` from 1.32.0 to 1.43.0
- [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](open-telemetry/opentelemetry-java-contrib@v1.32.0...v1.43.0)

Updates `io.spring.dependency-management` from 1.1.4 to 1.1.7
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.4...v1.1.7)

---
updated-dependencies:
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: centralized-spring-gradle-deps
- dependency-name: io.opentelemetry.contrib:opentelemetry-aws-xray
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: centralized-spring-gradle-deps
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: centralized-spring-gradle-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 43e61e5 commit 67e12af
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.springframework.boot' version '2.7.18'
id 'io.spring.dependency-management' version '1.1.4'
id 'io.spring.dependency-management' version '1.1.7'
id 'java'
id 'java-library'
id 'application'
Expand All @@ -13,13 +13,13 @@ repositories {
}

dependencies {
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.32.0-alpha"))
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.12.0-alpha"))

implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter")
implementation("io.opentelemetry:opentelemetry-sdk")
implementation("io.opentelemetry:opentelemetry-api")
implementation("io.opentelemetry.contrib:opentelemetry-aws-xray:1.32.0")
implementation("io.opentelemetry.contrib:opentelemetry-aws-xray:1.43.0")
implementation("io.opentelemetry:opentelemetry-extension-aws")
implementation("io.opentelemetry.instrumentation:opentelemetry-aws-sdk-2.2")
}
Expand Down

0 comments on commit 67e12af

Please sign in to comment.