Skip to content

Commit

Permalink
Merge pull request #629 from aws-observability/dependabot/gradle/cent…
Browse files Browse the repository at this point in the history
…ralized-sampling-tests/sample-apps/spring-boot/centralized-spring-gradle-deps-6064f36d47

Bump the centralized-spring-gradle-deps group in /centralized-sampling-tests/sample-apps/spring-boot with 2 updates
  • Loading branch information
humivo committed Aug 23, 2023
2 parents f7b1313 + c1e56c9 commit 6f21b9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.springframework.boot' version '2.7.14'
id 'io.spring.dependency-management' version '1.1.2'
id 'io.spring.dependency-management' version '1.1.3'
id 'java'
id 'java-library'
id 'application'
Expand All @@ -13,7 +13,7 @@ repositories {
}

dependencies {
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.28.0-alpha"))
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.29.0-alpha"))

implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter")
Expand Down

0 comments on commit 6f21b9f

Please sign in to comment.