Limit ucp latest dep test version (#8258)

This commit is contained in:
Lauri Tulmin 2023-04-09 18:43:24 +03:00 committed by GitHub
parent 7c628c920f
commit 3de8000c30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -17,4 +17,6 @@ dependencies {
implementation(project(":instrumentation:oracle-ucp-11.2:library"))
testImplementation(project(":instrumentation:oracle-ucp-11.2:testing"))
latestDepTestLibrary("com.oracle.database.jdbc:ucp:21.9.0.0")
}

View File

@ -7,4 +7,6 @@ dependencies {
library("com.oracle.database.jdbc:ucp:11.2.0.4")
testImplementation(project(":instrumentation:oracle-ucp-11.2:testing"))
latestDepTestLibrary("com.oracle.database.jdbc:ucp:21.9.0.0")
}