Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
b373c99
Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 in /modules/trino
dependabot[bot] Oct 3, 2025
b51936c
Bump org.jetbrains:annotations in /modules/cratedb
dependabot[bot] Oct 3, 2025
66804a3
Bump org.jetbrains:annotations in /modules/oracle-free
dependabot[bot] Oct 3, 2025
b992439
Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 in /modules/tidb
dependabot[bot] Oct 3, 2025
6a1eb9e
Bump org.jetbrains:annotations in /modules/hivemq
dependabot[bot] Oct 3, 2025
06e91a8
Bump org.jetbrains:annotations in /modules/rabbitmq
dependabot[bot] Oct 3, 2025
7b22d9f
Bump org.jetbrains:annotations in /modules/presto
dependabot[bot] Oct 3, 2025
b87ddff
Bump org.jetbrains:annotations in /modules/oracle-xe
dependabot[bot] Oct 3, 2025
38fa1e5
Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 in /modules/spock
dependabot[bot] Oct 3, 2025
17bef50
Bump org.jetbrains:annotations in /modules/postgresql
dependabot[bot] Oct 3, 2025
f8fbee0
Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 in /modules/mysql
dependabot[bot] Oct 3, 2025
4ef311f
Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 in /modules/nginx
dependabot[bot] Oct 3, 2025
43e9dc5
Bump org.jetbrains:annotations in /modules/selenium
dependabot[bot] Oct 3, 2025
f7d0175
Merge remote-tracking branch 'origin/dependabot/gradle/modules/tidb/o…
eddumelendez Oct 6, 2025
1c8a566
Merge remote-tracking branch 'origin/dependabot/gradle/modules/hivemq…
eddumelendez Oct 6, 2025
19629c3
Merge remote-tracking branch 'origin/dependabot/gradle/modules/rabbit…
eddumelendez Oct 6, 2025
aac6e4a
Merge remote-tracking branch 'origin/dependabot/gradle/modules/presto…
eddumelendez Oct 6, 2025
b5e7b21
Merge remote-tracking branch 'origin/dependabot/gradle/modules/seleni…
eddumelendez Oct 6, 2025
eb63b09
Merge remote-tracking branch 'origin/dependabot/gradle/modules/postgr…
eddumelendez Oct 6, 2025
58ea60b
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mysql/…
eddumelendez Oct 6, 2025
b5df33b
Merge remote-tracking branch 'origin/dependabot/gradle/modules/nginx/…
eddumelendez Oct 6, 2025
df44266
Merge remote-tracking branch 'origin/dependabot/gradle/modules/spock/…
eddumelendez Oct 6, 2025
749396d
Merge remote-tracking branch 'origin/dependabot/gradle/modules/trino/…
eddumelendez Oct 6, 2025
0e244aa
Merge remote-tracking branch 'origin/dependabot/gradle/modules/oracle…
eddumelendez Oct 6, 2025
16f537b
Merge remote-tracking branch 'origin/dependabot/gradle/modules/oracle…
eddumelendez Oct 6, 2025
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'
compileOnly 'org.jetbrains:annotations:26.0.2-1'
}
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")
api("org.jetbrains:annotations:26.0.2-1")

shaded("org.apache.commons:commons-lang3:3.18.0")
shaded("commons-io:commons-io:2.20.0")
Expand Down
2 changes: 1 addition & 1 deletion modules/mysql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
testImplementation testFixtures(project(':testcontainers-r2dbc'))
testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.4.1'

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

tasks.japicmp {
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,7 +2,7 @@ description = "Testcontainers :: Nginx"

dependencies {
api project(':testcontainers')
compileOnly 'org.jetbrains:annotations:26.0.2'
compileOnly 'org.jetbrains:annotations:26.0.2-1'
}

tasks.japicmp {
Expand Down
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.9.0.25.07'

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

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.9.0.25.07'

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

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,7 +12,7 @@ dependencies {
testImplementation testFixtures(project(':testcontainers-r2dbc'))
testRuntimeOnly 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'

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

tasks.japicmp {
Expand Down
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'
compileOnly 'org.jetbrains:annotations:26.0.2-1'
}
2 changes: 1 addition & 1 deletion modules/rabbitmq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
api project(":testcontainers")

testImplementation 'com.rabbitmq:amqp-client:5.26.0'
compileOnly 'org.jetbrains:annotations:26.0.2'
compileOnly 'org.jetbrains:annotations:26.0.2-1'
}

tasks.japicmp {
Expand Down
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'
compileOnly 'org.jetbrains:annotations:26.0.2-1'
}
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'
testCompileOnly 'org.jetbrains:annotations:26.0.2-1'
}

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 @@ -6,5 +6,5 @@ dependencies {
testImplementation project(':testcontainers-jdbc-test')
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'

compileOnly 'org.jetbrains:annotations:26.0.2'
compileOnly 'org.jetbrains:annotations:26.0.2-1'
}
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:477'
compileOnly 'org.jetbrains:annotations:26.0.2'
compileOnly 'org.jetbrains:annotations:26.0.2-1'
}
Loading