Skip to content

Commit

Permalink
Merge pull request #860 from aws-observability/dependabot/gradle/cent…
Browse files Browse the repository at this point in the history
…ralized-sampling-tests/integration-tests/centralized-integration-deps-a0c59709ef

Bump the centralized-integration-deps group in /centralized-sampling-tests/integration-tests with 4 updates
  • Loading branch information
vasireddy99 committed Dec 11, 2023
2 parents fc4f5af + 1d7dafd commit eedce06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions centralized-sampling-tests/integration-tests/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.springframework.boot' version '2.7.17'
id 'io.spring.dependency-management' version '1.1.3'
id 'org.springframework.boot' version '2.7.18'
id 'io.spring.dependency-management' version '1.1.4'
id 'java'
id 'java-library'
id 'application'
Expand All @@ -14,15 +14,15 @@ repositories {
}

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

implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter")
implementation("com.squareup.okhttp3:okhttp")
implementation ("io.opentelemetry:opentelemetry-sdk")
implementation("io.opentelemetry:opentelemetry-api")
implementation ("io.opentelemetry:opentelemetry-exporter-otlp")
implementation("io.opentelemetry.contrib:opentelemetry-aws-xray:1.31.0")
implementation("io.opentelemetry.contrib:opentelemetry-aws-xray:1.32.0")
implementation("io.opentelemetry:opentelemetry-extension-trace-propagators")
implementation("io.opentelemetry:opentelemetry-extension-aws")
implementation("io.opentelemetry.instrumentation:opentelemetry-aws-sdk-2.2")
Expand Down

0 comments on commit eedce06

Please sign in to comment.