File tree Expand file tree Collapse file tree
instrumentation/r2dbc-1.0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ sourceSets {
2424}
2525
2626dependencies {
27- library(" io.r2dbc:r2dbc-spi:1.0 .0.RELEASE" )
27+ library(" io.r2dbc:r2dbc-spi:0.9 .0.RELEASE" )
2828 compileOnly(project(path = " :instrumentation:r2dbc-1.0:library-instrumentation-shaded" , configuration = " shadow" ))
2929
3030 testImplementation(project(" :instrumentation:r2dbc-1.0:testing" ))
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33}
44
55dependencies {
6- library(" io.r2dbc:r2dbc-spi:1.0 .0.RELEASE" )
6+ library(" io.r2dbc:r2dbc-spi:0.9 .0.RELEASE" )
77 implementation(" io.r2dbc:r2dbc-proxy" )
88
99 testImplementation(project(" :instrumentation:r2dbc-1.0:testing" ))
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55dependencies {
66 api(" io.opentelemetry.javaagent:opentelemetry-testing-common" )
77
8- implementation(" io.r2dbc:r2dbc-spi:1.0 .0.RELEASE" )
8+ implementation(" io.r2dbc:r2dbc-spi:0.9 .0.RELEASE" )
99
1010 implementation(project(" :instrumentation-api-incubator" ))
1111 implementation(" org.testcontainers:testcontainers-junit-jupiter" )
You can’t perform that action at this time.
0 commit comments