Skip to content

Commit

Permalink
Merge pull request #895 from adaptris/dependabot/gradle/awsSDKVersion…
Browse files Browse the repository at this point in the history
…-1.12.201

Bump awsSDKVersion from 1.12.200 to 1.12.201
  • Loading branch information
sebastien-belin-adp committed Apr 20, 2022
2 parents 6161454 + 0b9f134 commit 5e80b91
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion interlok-aws-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
componentDesc = "Common components for accessing AWS"
delombokTargetDir = new File("${project.projectDir}/src/main/generated")
jacksonVersion = '2.13.2.20220328'
awsSDKVersion = '1.12.200'
awsSDKVersion = '1.12.201'
}

dependencies {
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.200'
awsSDKVersion = '1.12.201'
jacksonVersion = '2.13.2.20220328'
}

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 @@ -5,7 +5,7 @@ ext {
componentName = 'Interlok AWS/Kinesis'
componentDesc = "Components that interact AWS Kinesis data streams"
delombokTargetDir = new File("${project.projectDir}/src/main/generated")
awsSDKVersion = "1.12.200"
awsSDKVersion = "1.12.201"
jacksonVersion = "2.13.2.20220328"
nettyVersion = "4.1.76.Final"
kotlinVersion = "1.4.32"
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.200'
awsSDKVersion = '1.12.201'
jacksonVersion = '2.13.2.20220328'
}

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.200'
awsSDKVersion = '1.12.201'
jacksonVersion = '2.13.2.20220328'
}

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.200'
awsSDKVersion = '1.12.201'
jacksonVersion = '2.13.2.20220328'
}

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.200'
awsSDKVersion = '1.12.201'
jacksonVersion = '2.13.2.20220328'
}

Expand Down

0 comments on commit 5e80b91

Please sign in to comment.