You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gradle/libs.versions.toml
+26-4Lines changed: 26 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ otelInstrumentation = "2.10.0"
13
13
otelInstrumentationAlpha = "2.10.0-alpha"
14
14
# check https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/dependencyManagement/build.gradle.kts#L49 for release version above to find a compatible version
15
15
otelSemanticConventions = "1.28.0-alpha"
16
-
springTwo = "2.7.18"
17
-
springThree = "3.5.0"
16
+
springboot2 = "2.7.18"
17
+
springboot3 = "3.5.0"
18
18
targetSdk = "34"
19
19
compileSdk = "34"
20
20
minSdk = "21"
@@ -35,8 +35,8 @@ detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.8" }
35
35
jacoco-android = { id = "com.mxalbert.gradle.jacoco-android", version = "0.2.0" }
36
36
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.7.3" }
37
37
vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.30.0" }
38
-
spring-boot-two = { id = "org.springframework.boot", version.ref = "springTwo" }
39
-
spring-boot-three = { id = "org.springframework.boot", version.ref = "springThree" }
38
+
springboot2 = { id = "org.springframework.boot", version.ref = "springboot2" }
39
+
springboot3 = { id = "org.springframework.boot", version.ref = "springboot3" }
40
40
spring-dependency-management = { id = "io.spring.dependency-management", version = "1.0.11.RELEASE" }
0 commit comments