Skip to content

Commit 5aff4cf

Browse files
committed
Update lower bound
1 parent ac103ca commit 5aff4cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

instrumentation/r2dbc-1.0/javaagent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sourceSets {
2424
}
2525

2626
dependencies {
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"))

instrumentation/r2dbc-1.0/library/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
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"))

instrumentation/r2dbc-1.0/testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
dependencies {
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")

0 commit comments

Comments
 (0)