File tree 8 files changed +9
-9
lines changed
spring-boot-autoconfigure
spring-webmvc/spring-webmvc-5.3/library
zipkin-spring-boot-starter
smoke-tests/images/spring-boot
spring-boot-reactive-common
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ base.archivesName.set("opentelemetry-spring-boot")
7
7
group = " io.opentelemetry.instrumentation"
8
8
9
9
val versions: Map <String , String > by project
10
- val springBootVersion = " 2.7.18 "
10
+ val springBootVersion = " 2.6.15 "
11
11
12
12
// r2dbc-proxy is shadowed to prevent org.springframework.boot.autoconfigure.r2dbc.R2dbcAutoConfiguration
13
13
// from being loaded by Spring Boot (by the presence of META-INF/services/io.r2dbc.spi.ConnectionFactoryProvider) - even if the user doesn't want to use R2DBC.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
val versions: Map <String , String > by project
6
- val springBootVersion = " 2.7.18 "
6
+ val springBootVersion = " 2.6.15 "
7
7
8
8
dependencies {
9
9
compileOnly(" org.springframework:spring-webmvc:5.3.0" )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
group = " io.opentelemetry.instrumentation"
7
7
8
8
val versions: Map <String , String > by project
9
- val springBootVersion = " 2.7.18 "
9
+ val springBootVersion = " 2.6.15 "
10
10
11
11
dependencies {
12
12
compileOnly(" org.springframework.boot:spring-boot-starter:$springBootVersion " )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
group = " io.opentelemetry.instrumentation"
7
7
8
8
val versions: Map <String , String > by project
9
- val springBootVersion = " 2.7.18 "
9
+ val springBootVersion = " 2.6.15 "
10
10
11
11
dependencies {
12
12
api(" org.springframework.boot:spring-boot-starter:$springBootVersion " )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootJar
2
2
3
3
plugins {
4
4
id(" otel.java-conventions" )
5
- id(" org.springframework.boot" ) version " 2.7.18 "
5
+ id(" org.springframework.boot" ) version " 2.6.15 "
6
6
}
7
7
8
8
description = " smoke-tests-otel-starter-spring-boot-common"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootJar
2
2
3
3
plugins {
4
4
id(" otel.java-conventions" )
5
- id(" org.springframework.boot" ) version " 2.7.18 "
5
+ id(" org.springframework.boot" ) version " 2.6.15 "
6
6
}
7
7
8
8
description = " smoke-tests-otel-starter-spring-boot-reactive-common"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootJar
2
2
3
3
plugins {
4
4
id(" otel.java-conventions" )
5
- id(" org.springframework.boot" ) version " 2.7.18 "
5
+ id(" org.springframework.boot" ) version " 2.6.15 "
6
6
}
7
7
8
8
description = " smoke-tests-otel-starter-spring-smoke-testing"
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ plugins {
5
5
id(" otel.java-conventions" )
6
6
7
7
id(" com.google.cloud.tools.jib" )
8
- id(" org.springframework.boot" ) version " 2.7.18 "
8
+ id(" org.springframework.boot" ) version " 2.6.15 "
9
9
}
10
10
11
11
dependencies {
12
12
implementation(platform(" io.opentelemetry:opentelemetry-bom:1.0.0" ))
13
- implementation(platform(" org.springframework.boot:spring-boot-dependencies:2.7.18 " ))
13
+ implementation(platform(" org.springframework.boot:spring-boot-dependencies:2.6.15 " ))
14
14
15
15
implementation(" io.opentelemetry:opentelemetry-api" )
16
16
implementation(project(" :instrumentation-annotations" ))
You can’t perform that action at this time.
0 commit comments