Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
cac1d1c
Bump org.jetbrains:annotations in /modules/selenium
dependabot[bot] Jan 27, 2025
a0473b3
Bump org.jetbrains:annotations from 24.1.0 to 26.0.2 in /modules/jdbc
dependabot[bot] Jan 27, 2025
c62c98b
Bump org.jetbrains:annotations from 24.1.0 to 26.0.2 in /modules/mysql
dependabot[bot] Jan 27, 2025
b986c47
Bump org.jetbrains:annotations from 24.1.0 to 26.0.2 in /modules/trino
dependabot[bot] Jan 27, 2025
5056a55
Bump org.jetbrains:annotations in /modules/oracle-free
dependabot[bot] Jan 27, 2025
5a1fefa
Bump org.jetbrains:annotations in /modules/oracle-xe
dependabot[bot] Jan 27, 2025
cef9427
Bump org.jetbrains:annotations from 24.1.0 to 26.0.2 in /modules/cratedb
dependabot[bot] Jan 27, 2025
c7ac38a
Bump org.jetbrains:annotations from 24.1.0 to 26.0.2 in /modules/spock
dependabot[bot] Jan 27, 2025
650d67b
Bump org.jetbrains:annotations from 24.1.0 to 26.0.2 in /modules/hivemq
dependabot[bot] Jan 27, 2025
82ad922
Bump org.jetbrains:annotations from 24.1.0 to 26.0.2 in /core
dependabot[bot] Jan 27, 2025
765f91c
Bump org.jetbrains:annotations from 24.1.0 to 26.0.2 in /modules/presto
dependabot[bot] Jan 27, 2025
793c784
Bump org.jetbrains:annotations in /modules/rabbitmq
dependabot[bot] Jul 9, 2025
934c779
Bump org.jetbrains:annotations from 24.1.0 to 26.0.2 in /modules/nginx
dependabot[bot] Jul 9, 2025
a32aad4
Bump org.jetbrains:annotations from 24.1.0 to 26.0.2 in /modules/tidb
dependabot[bot] Jul 9, 2025
f0d8664
Bump org.jetbrains:annotations in /modules/postgresql
dependabot[bot] Jul 9, 2025
8ef26ad
Merge remote-tracking branch 'origin/dependabot/gradle/core/org.jetbr…
eddumelendez Jul 9, 2025
677a625
Merge remote-tracking branch 'origin/dependabot/gradle/modules/nginx/…
eddumelendez Jul 9, 2025
655ad4a
Merge remote-tracking branch 'origin/dependabot/gradle/modules/tidb/o…
eddumelendez Jul 9, 2025
8e701c1
Merge remote-tracking branch 'origin/dependabot/gradle/modules/postgr…
eddumelendez Jul 9, 2025
de035d5
Merge remote-tracking branch 'origin/dependabot/gradle/modules/rabbit…
eddumelendez Jul 9, 2025
478591d
Merge remote-tracking branch 'origin/dependabot/gradle/modules/presto…
eddumelendez Jul 9, 2025
0374bfc
Merge remote-tracking branch 'origin/dependabot/gradle/modules/hivemq…
eddumelendez Jul 9, 2025
7e7e74f
Merge remote-tracking branch 'origin/dependabot/gradle/modules/spock/…
eddumelendez Jul 9, 2025
910bb5b
Merge remote-tracking branch 'origin/dependabot/gradle/modules/crated…
eddumelendez Jul 9, 2025
9ee602f
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mysql/…
eddumelendez Jul 9, 2025
b7f31c2
Merge remote-tracking branch 'origin/dependabot/gradle/modules/trino/…
eddumelendez Jul 9, 2025
429e949
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc/o…
eddumelendez Jul 9, 2025
0ec27e3
Merge remote-tracking branch 'origin/dependabot/gradle/modules/seleni…
eddumelendez Jul 9, 2025
2ae2f06
Merge remote-tracking branch 'origin/dependabot/gradle/modules/oracle…
eddumelendez Jul 9, 2025
d670eb2
Merge remote-tracking branch 'origin/dependabot/gradle/modules/oracle…
eddumelendez Jul 9, 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
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ configurations.all {
dependencies {
api 'junit:junit:4.13.2'
api 'org.slf4j:slf4j-api:1.7.36'
compileOnly 'org.jetbrains:annotations:24.1.0'
testCompileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.jetbrains:annotations:26.0.2'
testCompileOnly 'org.jetbrains:annotations:26.0.2'
api 'org.apache.commons:commons-compress:1.24.0'
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
exclude(group: 'org.jetbrains', module: 'annotations')
Expand Down
2 changes: 1 addition & 1 deletion modules/cratedb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies {
testImplementation project(':jdbc-test')
testRuntimeOnly 'org.postgresql:postgresql:42.7.4'

compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.jetbrains:annotations:26.0.2'
}
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:24.1.0")
api("org.jetbrains:annotations:26.0.2")

shaded("org.apache.commons:commons-lang3:3.17.0")
shaded("commons-io:commons-io:2.17.0")
Expand Down
2 changes: 1 addition & 1 deletion modules/jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: JDBC"
dependencies {
api project(':database-commons')

compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.jetbrains:annotations:26.0.2'
testImplementation 'commons-dbutils:commons-dbutils:1.8.1'
testImplementation 'org.vibur:vibur-dbcp:25.0'
testImplementation 'org.apache.tomcat:tomcat-jdbc:10.1.30'
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(':r2dbc'))
testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.3.0'

compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.jetbrains:annotations:26.0.2'
}

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:24.1.0'
compileOnly 'org.jetbrains:annotations:26.0.2'
testImplementation 'org.assertj:assertj-core:3.27.3'
}

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(':jdbc-test')
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.5.0.24.07'

compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.jetbrains:annotations:26.0.2'

testImplementation testFixtures(project(':r2dbc'))
testRuntimeOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.2.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(':jdbc-test')
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.5.0.24.07'

compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.jetbrains:annotations:26.0.2'

testImplementation testFixtures(project(':r2dbc'))
testRuntimeOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.2.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(':r2dbc'))
testRuntimeOnly 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'

compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.jetbrains:annotations:26.0.2'
}

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(':jdbc-test')
testRuntimeOnly 'io.prestosql:presto-jdbc:350'
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.jetbrains:annotations:26.0.2'
}
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.22.0'
testImplementation 'org.assertj:assertj-core:3.27.3'
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.jetbrains:annotations:26.0.2'
}

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 @@ -15,5 +15,5 @@ dependencies {
testImplementation project(':nginx')
testImplementation 'org.assertj:assertj-core:3.27.3'

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

testCompileOnly 'org.jetbrains:annotations:24.1.0'
testCompileOnly 'org.jetbrains:annotations:26.0.2'
}

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(':jdbc-test')
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'

compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.jetbrains:annotations:26.0.2'
}
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(':jdbc-test')
testRuntimeOnly 'io.trino:trino-jdbc:458'
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.jetbrains:annotations:26.0.2'
}
Loading