Skip to content

Commit 8ca8778

Browse files
committed
Update to Spring Boot version that supports Gradle 9
1 parent 99e6e57 commit 8ca8778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcp-auth-extension/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id("otel.java-conventions")
33
id("otel.publish-conventions")
44
id("com.gradleup.shadow")
5-
id("org.springframework.boot") version "2.7.18"
5+
id("org.springframework.boot") version "3.2.11"
66
}
77

88
description = "OpenTelemetry extension that provides GCP authentication support for OTLP exporters"

0 commit comments

Comments
 (0)