Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 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
e2d72e0
Merge remote-tracking branch 'origin/dependabot/gradle/core/org.jetbr…
eddumelendez Jul 9, 2025
2a83dc6
Merge remote-tracking branch 'origin/dependabot/gradle/modules/presto…
eddumelendez Jul 9, 2025
a46fafe
Merge remote-tracking branch 'origin/dependabot/gradle/modules/hivemq…
eddumelendez Jul 9, 2025
77c8428
Merge remote-tracking branch 'origin/dependabot/gradle/modules/spock/…
eddumelendez Jul 9, 2025
481fe95
Merge remote-tracking branch 'origin/dependabot/gradle/modules/crated…
eddumelendez Jul 9, 2025
31db3aa
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mysql/…
eddumelendez Jul 9, 2025
9c7f19d
Merge remote-tracking branch 'origin/dependabot/gradle/modules/trino/…
eddumelendez Jul 9, 2025
8e58741
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc/o…
eddumelendez Jul 9, 2025
6770024
Merge remote-tracking branch 'origin/dependabot/gradle/modules/seleni…
eddumelendez Jul 9, 2025
2f9aecf
Merge remote-tracking branch 'origin/dependabot/gradle/modules/oracle…
eddumelendez Jul 9, 2025
f5b7159
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/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/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/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/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