File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ dependencies {
77
88 testImplementation project(' :testcontainers-jdbc-test' )
99
10- compileOnly ' org.jetbrains:annotations:26.0.2-1 '
10+ compileOnly ' org.jetbrains:annotations:26.1.0 '
1111}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ description = "Testcontainers :: HiveMQ"
22
33dependencies {
44 api(project(" :testcontainers" ))
5- api(" org.jetbrains:annotations:26.0.2-1 " )
5+ api(" org.jetbrains:annotations:26.1.0 " )
66
77 shaded(" org.apache.commons:commons-lang3:3.20.0" )
88 shaded(" commons-io:commons-io:2.21.0" )
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ description = "Testcontainers :: Nginx"
22
33dependencies {
44 api project(' :testcontainers' )
5- compileOnly ' org.jetbrains:annotations:26.0.2-1 '
5+ compileOnly ' org.jetbrains:annotations:26.1.0 '
66}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
99 testImplementation project(' :testcontainers-jdbc-test' )
1010 testImplementation ' com.oracle.database.jdbc:ojdbc11:23.26.1.0.0'
1111
12- compileOnly ' org.jetbrains:annotations:26.0.2-1 '
12+ compileOnly ' org.jetbrains:annotations:26.1.0 '
1313
1414 testImplementation testFixtures(project(' :testcontainers-r2dbc' ))
1515 testRuntimeOnly ' com.oracle.database.r2dbc:oracle-r2dbc:1.3.0'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
99 testImplementation project(' :testcontainers-jdbc-test' )
1010 testImplementation ' com.oracle.database.jdbc:ojdbc11:23.26.1.0.0'
1111
12- compileOnly ' org.jetbrains:annotations:26.0.2-1 '
12+ compileOnly ' org.jetbrains:annotations:26.1.0 '
1313
1414 testImplementation testFixtures(project(' :testcontainers-r2dbc' ))
1515 testRuntimeOnly ' com.oracle.database.r2dbc:oracle-r2dbc:1.3.0'
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ dependencies {
1212 testImplementation testFixtures(project(' :testcontainers-r2dbc' ))
1313 testRuntimeOnly ' io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
1414
15- compileOnly ' org.jetbrains:annotations:26.0.2-1 '
15+ compileOnly ' org.jetbrains:annotations:26.1.0 '
1616}
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ dependencies {
55
66 testImplementation project(' :testcontainers-jdbc-test' )
77 testRuntimeOnly ' io.prestosql:presto-jdbc:350'
8- compileOnly ' org.jetbrains:annotations:26.0.2-1 '
8+ compileOnly ' org.jetbrains:annotations:26.1.0 '
99}
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ dependencies {
44 api project(" :testcontainers" )
55
66 testImplementation ' com.rabbitmq:amqp-client:5.28.0'
7- compileOnly ' org.jetbrains:annotations:26.0.2-1 '
7+ compileOnly ' org.jetbrains:annotations:26.1.0 '
88}
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ dependencies {
1414 testImplementation ' org.mortbay.jetty:jetty:6.1.26'
1515 testImplementation project(' :testcontainers-nginx' )
1616
17- compileOnly ' org.jetbrains:annotations:26.0.2-1 '
17+ compileOnly ' org.jetbrains:annotations:26.1.0 '
1818}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
2222 testRuntimeOnly ' org.junit.platform:junit-platform-testkit'
2323
24- testCompileOnly ' org.jetbrains:annotations:26.0.2-1 '
24+ testCompileOnly ' org.jetbrains:annotations:26.1.0 '
2525}
2626
2727tasks. withType(GroovyCompile ) {
You can’t perform that action at this time.
0 commit comments