From a6d4e0fb25de2c99ad5ea9c8c4609836921097a5 Mon Sep 17 00:00:00 2001 From: Jyrki Ahpola <16726281+jahpola@users.noreply.github.com> Date: Tue, 17 Dec 2024 07:50:33 +0200 Subject: [PATCH] Spring Cloud 2024 --- build.gradle | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 {