Skip to content

Commit

Permalink
Bump org.testcontainers:localstack from 1.19.2 to 1.19.3
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:localstack](https://github.com/testcontainers/testcontainers-java) from 1.19.2 to 1.19.3.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.2...1.19.3)

---
updated-dependencies:
- dependency-name: org.testcontainers:localstack
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and arhohuttunen committed Nov 27, 2023
1 parent 73410a6 commit 17eb218
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cloudformation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies {
implementation("software.amazon.awssdk:aws-core:2.21.15")
implementation("software.amazon.awssdk:cloudformation:2.21.15")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.2")
testImplementation("org.testcontainers:localstack:1.19.3")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
}
2 changes: 1 addition & 1 deletion documentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
testImplementation(project(":sqs"))
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("org.testcontainers:localstack:1.19.2")
testImplementation("org.testcontainers:localstack:1.19.3")
testImplementation("software.amazon.awssdk:cloudformation:2.21.15")
testImplementation("software.amazon.awssdk:dynamodb:2.21.15")
testImplementation("software.amazon.awssdk:s3:2.21.15")
Expand Down
2 changes: 1 addition & 1 deletion dynamodb/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies {
implementation("software.amazon.awssdk:aws-core:2.21.15")
implementation("software.amazon.awssdk:dynamodb:2.21.15")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.2")
testImplementation("org.testcontainers:localstack:1.19.3")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
}
2 changes: 1 addition & 1 deletion firehose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies {
implementation("software.amazon.awssdk:aws-core:2.21.15")
implementation("software.amazon.awssdk:firehose:2.21.15")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.2")
testImplementation("org.testcontainers:localstack:1.19.3")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
}
2 changes: 1 addition & 1 deletion kinesis/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies {
implementation("software.amazon.awssdk:aws-core:2.21.15")
implementation("software.amazon.awssdk:kinesis:2.21.15")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.2")
testImplementation("org.testcontainers:localstack:1.19.3")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
}
2 changes: 1 addition & 1 deletion kms/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies {
implementation("software.amazon.awssdk:aws-core:2.21.15")
implementation("software.amazon.awssdk:kms:2.21.15")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.2")
testImplementation("org.testcontainers:localstack:1.19.3")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
}
2 changes: 1 addition & 1 deletion localstack/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ dependencies {
implementation("org.junit.jupiter:junit-jupiter:5.10.1")
implementation("software.amazon.awssdk:aws-core:2.21.15")
implementation("com.amazonaws:aws-java-sdk-core:1.12.581")
implementation("org.testcontainers:localstack:1.19.2")
implementation("org.testcontainers:localstack:1.19.3")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
}
2 changes: 1 addition & 1 deletion s3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies {
implementation("software.amazon.awssdk:aws-core:2.21.15")
implementation("software.amazon.awssdk:s3:2.21.15")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.2")
testImplementation("org.testcontainers:localstack:1.19.3")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
}
2 changes: 1 addition & 1 deletion secretsmanager/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies {
implementation("software.amazon.awssdk:aws-core:2.21.15")
implementation("software.amazon.awssdk:secretsmanager:2.21.15")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.2")
testImplementation("org.testcontainers:localstack:1.19.3")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
}
2 changes: 1 addition & 1 deletion ses/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies {
implementation("software.amazon.awssdk:aws-core:2.21.15")
implementation("software.amazon.awssdk:ses:2.21.15")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.2")
testImplementation("org.testcontainers:localstack:1.19.3")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
}
2 changes: 1 addition & 1 deletion sns/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies {
implementation("software.amazon.awssdk:aws-core:2.21.15")
implementation("software.amazon.awssdk:sns:2.21.15")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.2")
testImplementation("org.testcontainers:localstack:1.19.3")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
}
2 changes: 1 addition & 1 deletion sqs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies {
implementation("software.amazon.awssdk:aws-core:2.21.15")
implementation("software.amazon.awssdk:sqs:2.21.15")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.2")
testImplementation("org.testcontainers:localstack:1.19.3")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
}

0 comments on commit 17eb218

Please sign in to comment.