We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696481e commit b14e33eCopy full SHA for b14e33e
modules/jdbc/build.gradle
@@ -3,7 +3,7 @@ description = "Testcontainers :: JDBC"
3
dependencies {
4
api project(':database-commons')
5
6
- compileOnly 'org.jetbrains:annotations:24.0.1'
+ compileOnly 'org.jetbrains:annotations:24.1.0'
7
testImplementation 'commons-dbutils:commons-dbutils:1.8.1'
8
testImplementation 'org.vibur:vibur-dbcp:25.0'
9
testImplementation 'org.apache.tomcat:tomcat-jdbc:10.1.15'
0 commit comments