Skip to content

Commit

Permalink
Bump the centralized-integration-deps group
Browse files Browse the repository at this point in the history
Bumps the centralized-integration-deps group in /centralized-sampling-tests/integration-tests with 2 updates: [io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation) and [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath).


Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha` from 1.32.0-alpha to 2.0.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 `com.jayway.jsonpath:json-path` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](json-path/JsonPath@json-path-2.8.0...json-path-2.9.0)

---
updated-dependencies:
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: centralized-integration-deps
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: centralized-integration-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 08fd26d commit 03bb0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions centralized-sampling-tests/integration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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.0.0-alpha"))

implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter")
Expand All @@ -27,7 +27,7 @@ dependencies {
implementation("io.opentelemetry:opentelemetry-extension-aws")
implementation("io.opentelemetry.instrumentation:opentelemetry-aws-sdk-2.2")
implementation("com.googlecode.json-simple:json-simple:1.1.1")
implementation ("com.jayway.jsonpath:json-path:2.8.0")
implementation ("com.jayway.jsonpath:json-path:2.9.0")

}

Expand Down

0 comments on commit 03bb0c0

Please sign in to comment.