Skip to content

Commit 89ee25f

Browse files
authored
Remove tomcat-jdbc latest test dep pinning (#10351)
1 parent 13c1334 commit 89ee25f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

instrumentation/jdbc/javaagent/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ dependencies {
4040
testImplementation("org.scala-lang:scala-library:2.11.12")
4141
testImplementation("com.typesafe.slick:slick_2.11:3.2.0")
4242
testImplementation("com.h2database:h2:1.4.197")
43-
latestDepTestLibrary("org.apache.tomcat:tomcat-jdbc:10.1.13")
4443
}
4544

4645
sourceSets {

0 commit comments

Comments
 (0)