diff --git a/core/build.gradle b/core/build.gradle index b4ed66c2852..89012496b28 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -111,7 +111,7 @@ dependencies { } testImplementation 'org.apache.httpcomponents:httpclient:4.5.9' testImplementation 'redis.clients:jedis:5.0.0' - testImplementation 'com.rabbitmq:amqp-client:5.18.0' + testImplementation 'com.rabbitmq:amqp-client:5.19.0' testImplementation 'org.mongodb:mongo-java-driver:3.12.14' testImplementation ('org.mockito:mockito-core:4.11.0') { diff --git a/examples/redis-backed-cache-testng/build.gradle b/examples/redis-backed-cache-testng/build.gradle index 00eca58b847..e549df89dd8 100644 --- a/examples/redis-backed-cache-testng/build.gradle +++ b/examples/redis-backed-cache-testng/build.gradle @@ -8,7 +8,7 @@ repositories { dependencies { compileOnly 'org.slf4j:slf4j-api:1.7.36' - implementation 'redis.clients:jedis:5.0.0' + implementation 'redis.clients:jedis:5.0.1' implementation 'com.google.code.gson:gson:2.10.1' implementation 'com.google.guava:guava:23.0' testImplementation 'org.testcontainers:testcontainers' diff --git a/examples/redis-backed-cache/build.gradle b/examples/redis-backed-cache/build.gradle index c212bd6833f..49447a483c9 100644 --- a/examples/redis-backed-cache/build.gradle +++ b/examples/redis-backed-cache/build.gradle @@ -8,7 +8,7 @@ repositories { dependencies { compileOnly 'org.slf4j:slf4j-api:1.7.36' - implementation 'redis.clients:jedis:5.0.0' + implementation 'redis.clients:jedis:5.0.1' implementation 'com.google.code.gson:gson:2.10.1' implementation 'com.google.guava:guava:23.0' testImplementation 'org.testcontainers:testcontainers' diff --git a/examples/settings.gradle b/examples/settings.gradle index ff39bb04111..be16da3fb04 100644 --- a/examples/settings.gradle +++ b/examples/settings.gradle @@ -7,7 +7,7 @@ buildscript { dependencies { classpath "gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0" classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15" - classpath "com.gradle:common-custom-user-data-gradle-plugin:1.11.2" + classpath "com.gradle:common-custom-user-data-gradle-plugin:1.11.3" } } diff --git a/examples/singleton-container/build.gradle b/examples/singleton-container/build.gradle index 909e58fe170..e56caac148b 100644 --- a/examples/singleton-container/build.gradle +++ b/examples/singleton-container/build.gradle @@ -8,7 +8,7 @@ repositories { dependencies { - implementation 'redis.clients:jedis:5.0.0' + implementation 'redis.clients:jedis:5.0.1' implementation 'com.google.code.gson:gson:2.10.1' implementation 'com.google.guava:guava:23.0' compileOnly 'org.slf4j:slf4j-api:1.7.36' diff --git a/modules/azure/build.gradle b/modules/azure/build.gradle index 69dc6612a1d..15a69b8d53a 100644 --- a/modules/azure/build.gradle +++ b/modules/azure/build.gradle @@ -6,5 +6,5 @@ dependencies { shaded 'com.squareup.okhttp3:okhttp:4.11.0' testImplementation 'org.assertj:assertj-core:3.24.2' - testImplementation 'com.azure:azure-cosmos:4.49.0' + testImplementation 'com.azure:azure-cosmos:4.51.0' } diff --git a/modules/dynalite/build.gradle b/modules/dynalite/build.gradle index b44eba88080..adfbb37d5e2 100644 --- a/modules/dynalite/build.gradle +++ b/modules/dynalite/build.gradle @@ -3,7 +3,7 @@ description = "Testcontainers :: Dynalite (deprecated)" dependencies { api project(':testcontainers') - compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.557' - testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.557' + compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.560' + testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.560' testImplementation 'org.assertj:assertj-core:3.24.2' } diff --git a/modules/gcloud/build.gradle b/modules/gcloud/build.gradle index e26a5ef6eee..b32e62293fc 100644 --- a/modules/gcloud/build.gradle +++ b/modules/gcloud/build.gradle @@ -3,7 +3,7 @@ description = "Testcontainers :: GCloud" dependencies { api project(':testcontainers') - testImplementation platform("com.google.cloud:libraries-bom:26.23.0") + testImplementation platform("com.google.cloud:libraries-bom:26.24.0") testImplementation 'com.google.cloud:google-cloud-bigquery' testImplementation 'com.google.cloud:google-cloud-datastore' testImplementation 'com.google.cloud:google-cloud-firestore' diff --git a/modules/hivemq/build.gradle b/modules/hivemq/build.gradle index 9e5c13e02ce..d8372c30f1c 100644 --- a/modules/hivemq/build.gradle +++ b/modules/hivemq/build.gradle @@ -5,7 +5,7 @@ dependencies { api("org.jetbrains:annotations:24.0.1") shaded("org.apache.commons:commons-lang3:3.13.0") - shaded("commons-io:commons-io:2.13.0") + shaded("commons-io:commons-io:2.14.0") shaded("org.javassist:javassist:3.29.2-GA") shaded("org.jboss.shrinkwrap:shrinkwrap-api:1.2.6") shaded("org.jboss.shrinkwrap:shrinkwrap-impl-base:1.2.6") diff --git a/modules/junit-jupiter/build.gradle b/modules/junit-jupiter/build.gradle index 7fb5c262f49..d0fb3814d9c 100644 --- a/modules/junit-jupiter/build.gradle +++ b/modules/junit-jupiter/build.gradle @@ -8,7 +8,7 @@ dependencies { testImplementation project(':mysql') testImplementation project(':postgresql') testImplementation 'com.zaxxer:HikariCP:4.0.3' - testImplementation 'redis.clients:jedis:5.0.0' + testImplementation 'redis.clients:jedis:5.0.1' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' testImplementation ('org.mockito:mockito-core:4.11.0') { exclude(module: 'hamcrest-core') diff --git a/modules/localstack/build.gradle b/modules/localstack/build.gradle index 9290e01a1a7..c1d546381ae 100644 --- a/modules/localstack/build.gradle +++ b/modules/localstack/build.gradle @@ -3,10 +3,10 @@ description = "Testcontainers :: Localstack" dependencies { api project(':testcontainers') - testImplementation platform("com.amazonaws:aws-java-sdk-bom:1.12.557") + testImplementation platform("com.amazonaws:aws-java-sdk-bom:1.12.560") testImplementation 'com.amazonaws:aws-java-sdk-s3' testImplementation 'com.amazonaws:aws-java-sdk-sqs' testImplementation 'com.amazonaws:aws-java-sdk-logs' - testImplementation 'software.amazon.awssdk:s3:2.20.154' + testImplementation 'software.amazon.awssdk:s3:2.20.157' testImplementation 'org.assertj:assertj-core:3.24.2' } diff --git a/modules/oracle-xe/build.gradle b/modules/oracle-xe/build.gradle index f5704d93454..4bcf8adbfed 100644 --- a/modules/oracle-xe/build.gradle +++ b/modules/oracle-xe/build.gradle @@ -10,7 +10,7 @@ dependencies { compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.1.1' testImplementation project(':jdbc-test') - testImplementation 'com.oracle.database.jdbc:ojdbc11:23.2.0.0' + testImplementation 'com.oracle.database.jdbc:ojdbc11:23.3.0.23.09' compileOnly 'org.jetbrains:annotations:24.0.1' diff --git a/modules/rabbitmq/build.gradle b/modules/rabbitmq/build.gradle index 06403818c22..d9efe94d263 100644 --- a/modules/rabbitmq/build.gradle +++ b/modules/rabbitmq/build.gradle @@ -2,7 +2,7 @@ description = "Testcontainers :: RabbitMQ" dependencies { api project(":testcontainers") - testImplementation 'com.rabbitmq:amqp-client:5.18.0' + testImplementation 'com.rabbitmq:amqp-client:5.19.0' testImplementation 'org.assertj:assertj-core:3.24.2' compileOnly 'org.jetbrains:annotations:24.0.1' } diff --git a/modules/trino/build.gradle b/modules/trino/build.gradle index c6415477c1a..0e166cc26b9 100644 --- a/modules/trino/build.gradle +++ b/modules/trino/build.gradle @@ -4,6 +4,6 @@ dependencies { api project(':jdbc') testImplementation project(':jdbc-test') - testRuntimeOnly 'io.trino:trino-jdbc:426' + testRuntimeOnly 'io.trino:trino-jdbc:427' compileOnly 'org.jetbrains:annotations:24.0.1' } diff --git a/settings.gradle b/settings.gradle index 999509f1d48..bad7418a8ef 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15" - classpath "com.gradle:common-custom-user-data-gradle-plugin:1.11.2" + classpath "com.gradle:common-custom-user-data-gradle-plugin:1.11.3" classpath "org.gradle.toolchains:foojay-resolver:0.7.0" } }