diff --git a/build.gradle b/build.gradle index a7b3f52..0dce262 100644 --- a/build.gradle +++ b/build.gradle @@ -68,19 +68,20 @@ tasks.named("bootBuildImage") { } ext { - set('springCloudVersion', "2024.0.0-RC1") + set('springCloudVersion', "2024.0.0") } dependencies { implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'org.springframework.cloud:spring-cloud-starter-gateway' implementation 'org.springframework.cloud:spring-cloud-starter-kubernetes-client-all' implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8' - testImplementation 'org.springframework.boot:spring-boot-starter-test' - testImplementation 'io.projectreactor:reactor-test' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher' implementation "io.micrometer:micrometer-tracing-bridge-otel" implementation "io.opentelemetry:opentelemetry-exporter-otlp" runtimeOnly 'io.micrometer:micrometer-registry-prometheus' + testImplementation 'org.springframework.boot:spring-boot-starter-test' + testImplementation 'io.projectreactor:reactor-test' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher' + } dependencyManagement {