Limit ucp latest dep test version (#8258)
This commit is contained in:
parent
7c628c920f
commit
3de8000c30
|
@ -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")
|
||||
}
|
||||
|
|
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue