Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d00d339
Bump org.jetbrains:annotations in /modules/oracle-xe
dependabot[bot] Mar 1, 2026
f218aa2
Bump org.jetbrains:annotations from 26.0.2-1 to 26.1.0 in /modules/nginx
dependabot[bot] Mar 1, 2026
3734df0
Bump org.jetbrains:annotations in /modules/presto
dependabot[bot] Mar 1, 2026
a82249f
Bump org.jetbrains:annotations in /modules/rabbitmq
dependabot[bot] Mar 1, 2026
c249352
Bump org.jetbrains:annotations in /modules/hivemq
dependabot[bot] Mar 1, 2026
2d1fa5b
Bump org.jetbrains:annotations in /modules/oracle-free
dependabot[bot] Mar 1, 2026
bd5863e
Bump org.jetbrains:annotations in /modules/selenium
dependabot[bot] Apr 7, 2026
767aa92
Bump org.jetbrains:annotations in /modules/postgresql
dependabot[bot] Apr 11, 2026
6cbf148
Bump org.jetbrains:annotations in /modules/cratedb
dependabot[bot] Apr 12, 2026
9243317
Bump org.jetbrains:annotations from 26.0.2-1 to 26.1.0 in /modules/tidb
dependabot[bot] Apr 12, 2026
f54a0c6
Bump org.jetbrains:annotations from 26.0.2-1 to 26.1.0 in /modules/trino
dependabot[bot] Apr 12, 2026
468cb41
Bump org.jetbrains:annotations from 26.0.2-1 to 26.1.0 in /modules/spock
dependabot[bot] Apr 12, 2026
68f71b8
Merge remote-tracking branch 'origin/dependabot/gradle/modules/tidb/o…
eddumelendez Apr 12, 2026
5b4d31b
Merge remote-tracking branch 'origin/dependabot/gradle/modules/trino/…
eddumelendez Apr 12, 2026
f8831f7
Merge remote-tracking branch 'origin/dependabot/gradle/modules/spock/…
eddumelendez Apr 12, 2026
f76cb75
Merge remote-tracking branch 'origin/dependabot/gradle/modules/postgr…
eddumelendez Apr 12, 2026
5a86552
Merge remote-tracking branch 'origin/dependabot/gradle/modules/seleni…
eddumelendez Apr 12, 2026
25672b5
Merge remote-tracking branch 'origin/dependabot/gradle/modules/oracle…
eddumelendez Apr 12, 2026
71d56c4
Merge remote-tracking branch 'origin/dependabot/gradle/modules/oracle…
eddumelendez Apr 12, 2026
9fcd2ec
Merge remote-tracking branch 'origin/dependabot/gradle/modules/hivemq…
eddumelendez Apr 12, 2026
e97044d
Merge remote-tracking branch 'origin/dependabot/gradle/modules/rabbit…
eddumelendez Apr 12, 2026
0286e32
Merge remote-tracking branch 'origin/dependabot/gradle/modules/presto…
eddumelendez Apr 12, 2026
dd2dce0
Merge remote-tracking branch 'origin/dependabot/gradle/modules/nginx/…
eddumelendez Apr 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/cratedb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dependencies {

testImplementation project(':testcontainers-jdbc-test')

compileOnly 'org.jetbrains:annotations:26.0.2-1'
compileOnly 'org.jetbrains:annotations:26.1.0'
}
2 changes: 1 addition & 1 deletion modules/hivemq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Testcontainers :: HiveMQ"

dependencies {
api(project(":testcontainers"))
api("org.jetbrains:annotations:26.0.2-1")
api("org.jetbrains:annotations:26.1.0")

shaded("org.apache.commons:commons-lang3:3.20.0")
shaded("commons-io:commons-io:2.21.0")
Expand Down
2 changes: 1 addition & 1 deletion modules/nginx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ description = "Testcontainers :: Nginx"

dependencies {
api project(':testcontainers')
compileOnly 'org.jetbrains:annotations:26.0.2-1'
compileOnly 'org.jetbrains:annotations:26.1.0'
}
2 changes: 1 addition & 1 deletion modules/oracle-free/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
testImplementation project(':testcontainers-jdbc-test')
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.26.1.0.0'

compileOnly 'org.jetbrains:annotations:26.0.2-1'
compileOnly 'org.jetbrains:annotations:26.1.0'

testImplementation testFixtures(project(':testcontainers-r2dbc'))
testRuntimeOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.3.0'
Expand Down
2 changes: 1 addition & 1 deletion modules/oracle-xe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
testImplementation project(':testcontainers-jdbc-test')
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.26.1.0.0'

compileOnly 'org.jetbrains:annotations:26.0.2-1'
compileOnly 'org.jetbrains:annotations:26.1.0'

testImplementation testFixtures(project(':testcontainers-r2dbc'))
testRuntimeOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.3.0'
Expand Down
2 changes: 1 addition & 1 deletion modules/postgresql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies {
testImplementation testFixtures(project(':testcontainers-r2dbc'))
testRuntimeOnly 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'

compileOnly 'org.jetbrains:annotations:26.0.2-1'
compileOnly 'org.jetbrains:annotations:26.1.0'
}
2 changes: 1 addition & 1 deletion modules/presto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies {

testImplementation project(':testcontainers-jdbc-test')
testRuntimeOnly 'io.prestosql:presto-jdbc:350'
compileOnly 'org.jetbrains:annotations:26.0.2-1'
compileOnly 'org.jetbrains:annotations:26.1.0'
}
2 changes: 1 addition & 1 deletion modules/rabbitmq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dependencies {
api project(":testcontainers")

testImplementation 'com.rabbitmq:amqp-client:5.28.0'
compileOnly 'org.jetbrains:annotations:26.0.2-1'
compileOnly 'org.jetbrains:annotations:26.1.0'
}
2 changes: 1 addition & 1 deletion modules/selenium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies {
testImplementation 'org.mortbay.jetty:jetty:6.1.26'
testImplementation project(':testcontainers-nginx')

compileOnly 'org.jetbrains:annotations:26.0.2-1'
compileOnly 'org.jetbrains:annotations:26.1.0'
}
2 changes: 1 addition & 1 deletion modules/spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testRuntimeOnly 'org.junit.platform:junit-platform-testkit'

testCompileOnly 'org.jetbrains:annotations:26.0.2-1'
testCompileOnly 'org.jetbrains:annotations:26.1.0'
}

tasks.withType(GroovyCompile) {
Expand Down
2 changes: 1 addition & 1 deletion modules/tidb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies {

testImplementation project(':testcontainers-jdbc-test')
testRuntimeOnly 'com.mysql:mysql-connector-j:9.6.0'
compileOnly 'org.jetbrains:annotations:26.0.2-1'
compileOnly 'org.jetbrains:annotations:26.1.0'
}
2 changes: 1 addition & 1 deletion modules/trino/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies {

testImplementation project(':testcontainers-jdbc-test')
testRuntimeOnly 'io.trino:trino-jdbc:480'
compileOnly 'org.jetbrains:annotations:26.0.2-1'
compileOnly 'org.jetbrains:annotations:26.1.0'
}
Loading