Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the minor-and-patch-dependencies group with 12 updates #149

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cloudformation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies {
api(project(":core"))
implementation(kotlin("stdlib"))
implementation("org.junit.jupiter:junit-jupiter:5.10.0")
implementation("software.amazon.awssdk:aws-core:2.16.2")
implementation("software.amazon.awssdk:cloudformation:2.16.2")
implementation("software.amazon.awssdk:aws-core:2.21.0")
implementation("software.amazon.awssdk:cloudformation:2.21.0")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.1")
testImplementation("io.kotest:kotest-assertions-core:5.7.2")
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("reflect"))
implementation("org.junit.jupiter:junit-jupiter:5.10.0")
implementation("software.amazon.awssdk:aws-core:2.16.2")
implementation("software.amazon.awssdk:aws-core:2.21.0")
testImplementation("io.kotest:kotest-assertions-core:5.7.2")
testImplementation("org.junit.platform:junit-platform-testkit:1.10.0")
}
12 changes: 6 additions & 6 deletions documentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("org.testcontainers:localstack:1.19.1")
testImplementation("software.amazon.awssdk:cloudformation:2.16.2")
testImplementation("software.amazon.awssdk:dynamodb:2.16.2")
testImplementation("software.amazon.awssdk:s3:2.16.2")
testImplementation("software.amazon.awssdk:secretsmanager:2.16.2")
testImplementation("software.amazon.awssdk:sns:2.16.2")
testImplementation("software.amazon.awssdk:sqs:2.16.2")
testImplementation("software.amazon.awssdk:cloudformation:2.21.0")
testImplementation("software.amazon.awssdk:dynamodb:2.21.0")
testImplementation("software.amazon.awssdk:s3:2.21.0")
testImplementation("software.amazon.awssdk:secretsmanager:2.21.0")
testImplementation("software.amazon.awssdk:sns:2.21.0")
testImplementation("software.amazon.awssdk:sqs:2.21.0")
}

val snapshot = rootProject.version.toString().contains("SNAPSHOT")
Expand Down
4 changes: 2 additions & 2 deletions dynamodb/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies {
api(project(":core"))
implementation(kotlin("stdlib"))
implementation("org.junit.jupiter:junit-jupiter:5.10.0")
implementation("software.amazon.awssdk:aws-core:2.16.2")
implementation("software.amazon.awssdk:dynamodb:2.16.2")
implementation("software.amazon.awssdk:aws-core:2.21.0")
implementation("software.amazon.awssdk:dynamodb:2.21.0")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.1")
testImplementation("io.kotest:kotest-assertions-core:5.7.2")
Expand Down
4 changes: 2 additions & 2 deletions firehose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies {
api(project(":core"))
implementation(kotlin("stdlib"))
implementation("org.junit.jupiter:junit-jupiter:5.10.0")
implementation("software.amazon.awssdk:aws-core:2.16.2")
implementation("software.amazon.awssdk:firehose:2.16.2")
implementation("software.amazon.awssdk:aws-core:2.21.0")
implementation("software.amazon.awssdk:firehose:2.21.0")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.1")
testImplementation("io.kotest:kotest-assertions-core:5.7.2")
Expand Down
4 changes: 2 additions & 2 deletions kinesis/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies {
api(project(":core"))
implementation(kotlin("stdlib"))
implementation("org.junit.jupiter:junit-jupiter:5.10.0")
implementation("software.amazon.awssdk:aws-core:2.16.2")
implementation("software.amazon.awssdk:kinesis:2.16.2")
implementation("software.amazon.awssdk:aws-core:2.21.0")
implementation("software.amazon.awssdk:kinesis:2.21.0")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.1")
testImplementation("io.kotest:kotest-assertions-core:5.7.2")
Expand Down
4 changes: 2 additions & 2 deletions kms/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies {
api(project(":core"))
implementation(kotlin("stdlib"))
implementation("org.junit.jupiter:junit-jupiter:5.10.0")
implementation("software.amazon.awssdk:aws-core:2.16.2")
implementation("software.amazon.awssdk:kms:2.16.2")
implementation("software.amazon.awssdk:aws-core:2.21.0")
implementation("software.amazon.awssdk:kms:2.21.0")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.1")
testImplementation("io.kotest:kotest-assertions-core:5.7.2")
Expand Down
4 changes: 2 additions & 2 deletions localstack/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies {
implementation(project(":sqs"))
implementation(kotlin("stdlib"))
implementation("org.junit.jupiter:junit-jupiter:5.10.0")
implementation("software.amazon.awssdk:aws-core:2.16.2")
implementation("com.amazonaws:aws-java-sdk-core:1.11.958")
implementation("software.amazon.awssdk:aws-core:2.21.0")
implementation("com.amazonaws:aws-java-sdk-core:1.12.566")
implementation("org.testcontainers:localstack:1.19.1")
testImplementation("io.kotest:kotest-assertions-core:5.7.2")
}
4 changes: 2 additions & 2 deletions s3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies {
api(project(":core"))
implementation(kotlin("stdlib"))
implementation("org.junit.jupiter:junit-jupiter:5.10.0")
implementation("software.amazon.awssdk:aws-core:2.16.2")
implementation("software.amazon.awssdk:s3:2.16.2")
implementation("software.amazon.awssdk:aws-core:2.21.0")
implementation("software.amazon.awssdk:s3:2.21.0")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.1")
testImplementation("io.kotest:kotest-assertions-core:5.7.2")
Expand Down
4 changes: 2 additions & 2 deletions secretsmanager/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies {
api(project(":core"))
implementation(kotlin("stdlib"))
implementation("org.junit.jupiter:junit-jupiter:5.10.0")
implementation("software.amazon.awssdk:aws-core:2.16.2")
implementation("software.amazon.awssdk:secretsmanager:2.16.2")
implementation("software.amazon.awssdk:aws-core:2.21.0")
implementation("software.amazon.awssdk:secretsmanager:2.21.0")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.1")
testImplementation("io.kotest:kotest-assertions-core:5.7.2")
Expand Down
4 changes: 2 additions & 2 deletions ses/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies {
api(project(":core"))
implementation(kotlin("stdlib"))
implementation("org.junit.jupiter:junit-jupiter:5.10.0")
implementation("software.amazon.awssdk:aws-core:2.16.2")
implementation("software.amazon.awssdk:ses:2.16.2")
implementation("software.amazon.awssdk:aws-core:2.21.0")
implementation("software.amazon.awssdk:ses:2.21.0")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.1")
testImplementation("io.kotest:kotest-assertions-core:5.7.2")
Expand Down
4 changes: 2 additions & 2 deletions sns/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies {
api(project(":core"))
implementation(kotlin("stdlib"))
implementation("org.junit.jupiter:junit-jupiter:5.10.0")
implementation("software.amazon.awssdk:aws-core:2.16.2")
implementation("software.amazon.awssdk:sns:2.16.2")
implementation("software.amazon.awssdk:aws-core:2.21.0")
implementation("software.amazon.awssdk:sns:2.21.0")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.1")
testImplementation("io.kotest:kotest-assertions-core:5.7.2")
Expand Down
4 changes: 2 additions & 2 deletions sqs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies {
api(project(":core"))
implementation(kotlin("stdlib"))
implementation("org.junit.jupiter:junit-jupiter:5.10.0")
implementation("software.amazon.awssdk:aws-core:2.16.2")
implementation("software.amazon.awssdk:sqs:2.16.2")
implementation("software.amazon.awssdk:aws-core:2.21.0")
implementation("software.amazon.awssdk:sqs:2.21.0")
testImplementation(project(":localstack"))
testImplementation("org.testcontainers:localstack:1.19.1")
testImplementation("io.kotest:kotest-assertions-core:5.7.2")
Expand Down
Loading