From da5158e209b29aebd893e2bb78b2db1459566d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:14:39 +0000 Subject: [PATCH] Bump the centralized-integration-deps group 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](https://github.com/jayway/JsonPath/compare/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] --- centralized-sampling-tests/integration-tests/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/centralized-sampling-tests/integration-tests/build.gradle b/centralized-sampling-tests/integration-tests/build.gradle index a7b79cbc..1a412dd3 100644 --- a/centralized-sampling-tests/integration-tests/build.gradle +++ b/centralized-sampling-tests/integration-tests/build.gradle @@ -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") @@ -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") }