Skip to content

Commit

Permalink
build(deps): bump aws.sdk.version from 2.26.29 to 2.27.12 (#1724)
Browse files Browse the repository at this point in the history
Bumps `aws.sdk.version` from 2.26.29 to 2.27.12.

Updates `software.amazon.awssdk:url-connection-client` from 2.26.29 to 2.27.12

Updates `software.amazon.awssdk:sqs` from 2.26.29 to 2.27.12

Updates `software.amazon.awssdk:sdk-core` from 2.26.29 to 2.27.12

Updates `software.amazon.awssdk:kinesis` from 2.26.29 to 2.27.12

Updates `software.amazon.awssdk:dynamodb-enhanced` from 2.26.29 to 2.27.12

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:url-connection-client
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:sqs
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:sdk-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:kinesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:dynamodb-enhanced
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 293c973 commit c7bbba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/powertools-examples-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<log4j.version>2.20.0</log4j.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<sdk.version>2.26.29</sdk.version>
<sdk.version>2.27.12</sdk.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/powertools-examples-sqs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>url-connection-client</artifactId>
<version>2.27.7</version>
<version>2.27.12</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down

0 comments on commit c7bbba2

Please sign in to comment.