Skip to content

Commit 034134e

Browse files
authored
Merge pull request #6114 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 986b037 + 9569f0c commit 034134e

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

.github/workflows/update-docs-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
sed -i "s/latest_version: .*/latest_version: ${GITHUB_REF##*/}/g" mkdocs.yml
2424
git diff
2525
- name: Create Pull Request
26-
uses: peter-evans/create-pull-request@671dc9c9e0c2d73f07fa45a3eb0220e1622f0c5f # v3.10.1
26+
uses: peter-evans/create-pull-request@b4d51739f96fca8047ad065eccef63442d8e99f7 # v3.10.1
2727
with:
2828
title: Update docs version to ${GITHUB_REF##*/}
2929
body: |

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencies {
8787
shaded 'org.zeroturnaround:zt-exec:1.12'
8888

8989
testImplementation 'org.apache.httpcomponents:httpclient:4.5.9'
90-
testImplementation 'redis.clients:jedis:4.2.3'
90+
testImplementation 'redis.clients:jedis:4.3.1'
9191
testImplementation 'com.rabbitmq:amqp-client:5.16.0'
9292
testImplementation 'org.mongodb:mongo-java-driver:3.12.11'
9393

docs/examples/junit5/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55

66
testImplementation "org.junit.jupiter:junit-jupiter-api:5.4.2"
77
testImplementation "org.junit.jupiter:junit-jupiter-params:5.9.1"
8-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.4.2"
8+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.1"
99
testImplementation project(":testcontainers")
1010
testImplementation project(":junit-jupiter")
1111
testImplementation 'org.assertj:assertj-core:3.23.1'

docs/examples/spock/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
dependencies {
77
api "io.lettuce:lettuce-core:5.2.0.RELEASE"
8-
testImplementation 'org.spockframework:spock-core:1.2-groovy-2.5'
8+
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
99
testImplementation project(":spock")
1010
testImplementation 'ch.qos.logback:logback-classic:1.3.4'
1111
}

examples/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath "gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0"
9-
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.11.1"
9+
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.11.3"
1010
classpath "com.gradle:common-custom-user-data-gradle-plugin:1.8.1"
1111
}
1212
}

modules/couchbase/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55
// TODO use JDK's HTTP client and/or Apache HttpClient5
66
shaded 'com.squareup.okhttp3:okhttp:4.10.0'
77

8-
testImplementation 'com.couchbase.client:java-client:3.3.4'
8+
testImplementation 'com.couchbase.client:java-client:3.4.0'
99
testImplementation 'org.awaitility:awaitility:4.2.0'
1010
testImplementation 'org.assertj:assertj-core:3.23.1'
1111
}

modules/gcloud/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
testImplementation 'com.google.cloud:google-cloud-datastore:2.12.3'
77
testImplementation 'com.google.cloud:google-cloud-firestore:3.5.0'
88
testImplementation 'com.google.cloud:google-cloud-pubsub:1.120.24'
9-
testImplementation 'com.google.cloud:google-cloud-spanner:6.31.0'
9+
testImplementation 'com.google.cloud:google-cloud-spanner:6.32.0'
1010
testImplementation 'com.google.cloud:google-cloud-bigtable:2.15.0'
1111
testImplementation 'org.assertj:assertj-core:3.23.1'
1212
}

modules/jdbc-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies {
1313

1414
api 'org.apache.tomcat:tomcat-jdbc:10.0.27'
1515
api 'org.vibur:vibur-dbcp:25.0'
16-
api 'mysql:mysql-connector-java:8.0.30'
16+
api 'mysql:mysql-connector-java:8.0.31'
1717
}

modules/k3s/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
// Any >2.8 version here is not compatible with jackson-databind 2.8.x.
99
shaded 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.8'
1010

11-
testImplementation 'io.fabric8:kubernetes-client:6.1.1'
11+
testImplementation 'io.fabric8:kubernetes-client:6.2.0'
1212
testImplementation 'io.kubernetes:client-java:16.0.1'
1313
testImplementation 'org.assertj:assertj-core:3.23.1'
1414
}

modules/localstack/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55

66
compileOnly 'com.amazonaws:aws-java-sdk-s3:1.12.333'
77
testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.333'
8-
testImplementation 'com.amazonaws:aws-java-sdk-sqs:1.12.314'
8+
testImplementation 'com.amazonaws:aws-java-sdk-sqs:1.12.333'
99
testImplementation 'com.amazonaws:aws-java-sdk-logs:1.12.314'
1010
testImplementation 'software.amazon.awssdk:s3:2.18.7'
1111
testImplementation 'org.assertj:assertj-core:3.23.1'

0 commit comments

Comments
 (0)