Skip to content

Commit 16124b2

Browse files
authored
Merge pull request #5944 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 5396658 + 8e3f5d5 commit 16124b2

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

.github/workflows/ci-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: '8.0.302'
2626
distribution: temurin
2727
- name: Cache Gradle Home files
28-
uses: actions/[email protected].8
28+
uses: actions/[email protected].9
2929
continue-on-error: true
3030
with:
3131
path: ~/.gradle/caches
@@ -53,7 +53,7 @@ jobs:
5353
java-version: '8.0.302'
5454
distribution: temurin
5555
- name: Cache Gradle Home files
56-
uses: actions/[email protected].8
56+
uses: actions/[email protected].9
5757
continue-on-error: true
5858
with:
5959
path: ~/.gradle/caches

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: '8.0.302'
2626
distribution: temurin
2727
- name: Cache Gradle Home files
28-
uses: actions/[email protected].8
28+
uses: actions/[email protected].9
2929
with:
3030
path: ~/.gradle/caches
3131
key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }}
@@ -51,7 +51,7 @@ jobs:
5151
java-version: '8.0.302'
5252
distribution: temurin
5353
- name: Cache Gradle Home files
54-
uses: actions/[email protected].8
54+
uses: actions/[email protected].9
5555
continue-on-error: true
5656
with:
5757
path: ~/.gradle/caches

examples/immudb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
compileOnly 'org.slf4j:slf4j-api:2.0.0'
10+
compileOnly 'org.slf4j:slf4j-api:2.0.3'
1111
implementation 'io.codenotary:immudb4j:0.9.10.2'
1212
testImplementation 'org.testcontainers:testcontainers'
1313
testImplementation 'org.assertj:assertj-core:3.23.1'

examples/linked-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repositories {
66
mavenCentral()
77
}
88
dependencies {
9-
compileOnly 'org.slf4j:slf4j-api:2.0.0'
9+
compileOnly 'org.slf4j:slf4j-api:2.0.3'
1010
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
1111
implementation 'org.json:json:20220924'
1212
testImplementation 'org.postgresql:postgresql:42.5.0'

examples/redis-backed-cache-testng/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
compileOnly 'org.slf4j:slf4j-api:2.0.0'
10+
compileOnly 'org.slf4j:slf4j-api:2.0.3'
1111
implementation 'redis.clients:jedis:4.2.3'
1212
implementation 'com.google.code.gson:gson:2.9.1'
1313
implementation 'com.google.guava:guava:23.0'

examples/redis-backed-cache/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
compileOnly 'org.slf4j:slf4j-api:2.0.0'
10+
compileOnly 'org.slf4j:slf4j-api:2.0.3'
1111
implementation 'redis.clients:jedis:4.2.3'
1212
implementation 'com.google.code.gson:gson:2.9.1'
1313
implementation 'com.google.guava:guava:23.0'

examples/singleton-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
implementation 'redis.clients:jedis:4.2.3'
1212
implementation 'com.google.code.gson:gson:2.9.1'
1313
implementation 'com.google.guava:guava:23.0'
14-
compileOnly 'org.slf4j:slf4j-api:2.0.0'
14+
compileOnly 'org.slf4j:slf4j-api:2.0.3'
1515

1616
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
1717
testImplementation 'org.testcontainers:testcontainers'

modules/azure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ dependencies {
66
shaded 'com.squareup.okhttp3:okhttp:4.10.0'
77

88
testImplementation 'org.assertj:assertj-core:3.23.1'
9-
testImplementation 'com.azure:azure-cosmos:4.36.0'
9+
testImplementation 'com.azure:azure-cosmos:4.37.0'
1010
}

modules/dynalite/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Testcontainers :: Dynalite"
33
dependencies {
44
api project(':testcontainers')
55

6-
compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.313'
7-
testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.295'
6+
compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.314'
7+
testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.314'
88
testImplementation 'org.assertj:assertj-core:3.23.1'
99
}

modules/localstack/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ description = "Testcontainers :: Localstack"
33
dependencies {
44
api project(':testcontainers')
55

6-
compileOnly 'com.amazonaws:aws-java-sdk-s3:1.12.313'
6+
compileOnly 'com.amazonaws:aws-java-sdk-s3:1.12.314'
77
testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.313'
88
testImplementation 'com.amazonaws:aws-java-sdk-sqs:1.12.314'
9-
testImplementation 'com.amazonaws:aws-java-sdk-logs:1.12.313'
9+
testImplementation 'com.amazonaws:aws-java-sdk-logs:1.12.314'
1010
testImplementation 'software.amazon.awssdk:s3:2.17.285'
1111
testImplementation 'org.assertj:assertj-core:3.23.1'
1212
}

0 commit comments

Comments
 (0)