Skip to content

Commit

Permalink
Merge pull request #5944 from testcontainers/combined-pr-branch
Browse files Browse the repository at this point in the history
Combined dependencies PR
  • Loading branch information
eddumelendez committed Oct 2, 2022
2 parents 5396658 + 8e3f5d5 commit 16124b2
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: '8.0.302'
distribution: temurin
- name: Cache Gradle Home files
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.9
continue-on-error: true
with:
path: ~/.gradle/caches
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
java-version: '8.0.302'
distribution: temurin
- name: Cache Gradle Home files
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.9
continue-on-error: true
with:
path: ~/.gradle/caches
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: '8.0.302'
distribution: temurin
- name: Cache Gradle Home files
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.9
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }}
Expand All @@ -51,7 +51,7 @@ jobs:
java-version: '8.0.302'
distribution: temurin
- name: Cache Gradle Home files
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.9
continue-on-error: true
with:
path: ~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion examples/immudb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
compileOnly 'org.slf4j:slf4j-api:2.0.0'
compileOnly 'org.slf4j:slf4j-api:2.0.3'
implementation 'io.codenotary:immudb4j:0.9.10.2'
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.assertj:assertj-core:3.23.1'
Expand Down
2 changes: 1 addition & 1 deletion examples/linked-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {
mavenCentral()
}
dependencies {
compileOnly 'org.slf4j:slf4j-api:2.0.0'
compileOnly 'org.slf4j:slf4j-api:2.0.3'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'org.json:json:20220924'
testImplementation 'org.postgresql:postgresql:42.5.0'
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-backed-cache-testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
compileOnly 'org.slf4j:slf4j-api:2.0.0'
compileOnly 'org.slf4j:slf4j-api:2.0.3'
implementation 'redis.clients:jedis:4.2.3'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.google.guava:guava:23.0'
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-backed-cache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
compileOnly 'org.slf4j:slf4j-api:2.0.0'
compileOnly 'org.slf4j:slf4j-api:2.0.3'
implementation 'redis.clients:jedis:4.2.3'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.google.guava:guava:23.0'
Expand Down
2 changes: 1 addition & 1 deletion examples/singleton-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation 'redis.clients:jedis:4.2.3'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.google.guava:guava:23.0'
compileOnly 'org.slf4j:slf4j-api:2.0.0'
compileOnly 'org.slf4j:slf4j-api:2.0.3'

testImplementation 'ch.qos.logback:logback-classic:1.2.11'
testImplementation 'org.testcontainers:testcontainers'
Expand Down
2 changes: 1 addition & 1 deletion modules/azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies {
shaded 'com.squareup.okhttp3:okhttp:4.10.0'

testImplementation 'org.assertj:assertj-core:3.23.1'
testImplementation 'com.azure:azure-cosmos:4.36.0'
testImplementation 'com.azure:azure-cosmos:4.37.0'
}
4 changes: 2 additions & 2 deletions modules/dynalite/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: Dynalite"
dependencies {
api project(':testcontainers')

compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.313'
testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.295'
compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.314'
testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.314'
testImplementation 'org.assertj:assertj-core:3.23.1'
}
4 changes: 2 additions & 2 deletions modules/localstack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description = "Testcontainers :: Localstack"
dependencies {
api project(':testcontainers')

compileOnly 'com.amazonaws:aws-java-sdk-s3:1.12.313'
compileOnly 'com.amazonaws:aws-java-sdk-s3:1.12.314'
testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.313'
testImplementation 'com.amazonaws:aws-java-sdk-sqs:1.12.314'
testImplementation 'com.amazonaws:aws-java-sdk-logs:1.12.313'
testImplementation 'com.amazonaws:aws-java-sdk-logs:1.12.314'
testImplementation 'software.amazon.awssdk:s3:2.17.285'
testImplementation 'org.assertj:assertj-core:3.23.1'
}

0 comments on commit 16124b2

Please sign in to comment.