Skip to content

Commit

Permalink
smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
shalom938 committed Apr 24, 2024
1 parent a030af6 commit 118c839
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libs/spring-boot-micrometer-tracing-autoconf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@ base.archivesName.set(vArtifactId)

val springBootVersion = "3.1.6"
val micrometerTracingVersion = "1.1.7"
val otelVersion = "1.25.0"
val otelVersion = "1.26.0"
val junitJupiterVersion = "5.9.3"

dependencies {
compileOnly("io.micrometer:micrometer-tracing:${micrometerTracingVersion}")
compileOnly("org.springframework.boot:spring-boot-starter-actuator:${springBootVersion}")
compileOnly("org.springframework.boot:spring-boot-actuator-autoconfigure:${springBootVersion}")
compileOnly("io.opentelemetry:opentelemetry-sdk:${otelVersion}")
compileOnly("io.opentelemetry:opentelemetry-exporter-otlp:${otelVersion}")
implementation("io.opentelemetry:opentelemetry-sdk:${otelVersion}")
implementation("io.opentelemetry:opentelemetry-exporter-otlp:${otelVersion}")
implementation("io.opentelemetry:opentelemetry-exporter-common:1.31.0")

testImplementation("org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion")
Expand Down

0 comments on commit 118c839

Please sign in to comment.