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

build(deps): bump awsSDKVersion from 1.12.725 to 1.12.730 #1754

Merged
Merged
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
2 changes: 1 addition & 1 deletion interlok-aws-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext {
componentName = 'Interlok AWS/Common'
componentDesc = "Common components for accessing AWS"
delombokTargetDir = new File("${project.projectDir}/src/main/generated")
awsSDKVersion = '1.12.725'
awsSDKVersion = '1.12.730'
jacksonVersion = '2.17.1'
}

Expand Down
2 changes: 1 addition & 1 deletion interlok-aws-kinesis-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
componentName = 'Interlok AWS/Kinesis SDK'
componentDesc = "Components that interact AWS Kinesis data streams via SDK"
delombokTargetDir = new File("${project.projectDir}/src/main/generated")
awsSDKVersion = '1.12.725'
awsSDKVersion = '1.12.730'
jacksonVersion = '2.17.1'
}

Expand Down
2 changes: 1 addition & 1 deletion interlok-aws-kinesis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
kotlinVersion = "1.9.24"
wireVersion = "4.9.9"
okioVersion = "3.9.0"
awsSDKVersion = "1.12.725"
awsSDKVersion = "1.12.730"
jacksonVersion = "2.17.1"
jsonOrgVersion = "20240303"
}
Expand Down
2 changes: 1 addition & 1 deletion interlok-aws-kms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
componentName = 'Interlok AWS/KMS'
componentDesc = "Components that interact with AWS KMS to perform sign/encrypt/decrypt/verify operations"
delombokTargetDir = new File("${project.projectDir}/src/main/generated")
awsSDKVersion = '1.12.725'
awsSDKVersion = '1.12.730'
jacksonVersion = '2.17.1'
}

Expand Down
2 changes: 1 addition & 1 deletion interlok-aws-s3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
componentName = 'Interlok AWS/S3'
componentDesc = "Services that interact (upload/download/delete) with AWS S3 Buckets and artefacts"
delombokTargetDir = new File("${project.projectDir}/src/main/generated")
awsSDKVersion = '1.12.725'
awsSDKVersion = '1.12.730'
jacksonVersion = '2.17.1'
}

Expand Down
2 changes: 1 addition & 1 deletion interlok-aws-sns/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext {
componentName = 'Interlok AWS/SNS'
componentDesc = "Publishing to AWS SNS topics"
delombokTargetDir = new File("${project.projectDir}/src/main/generated")
awsSDKVersion = '1.12.725'
awsSDKVersion = '1.12.730'
jacksonVersion = '2.17.1'
}

Expand Down
2 changes: 1 addition & 1 deletion interlok-aws-sqs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext {
componentName = 'Interlok AWS/SQS'
componentDesc = "Publishing & Consuming from AWS SQS natively or via their JMS provider"
delombokTargetDir = new File("${project.projectDir}/src/main/generated")
awsSDKVersion = '1.12.725'
awsSDKVersion = '1.12.730'
jacksonVersion = '2.17.1'
}

Expand Down
Loading