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 software.amazon.awssdk:bom from 2.21.17 to 2.21.26 #1000

Closed
Closed
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
build(deps): bump software.amazon.awssdk:bom from 2.21.17 to 2.21.26
Bumps software.amazon.awssdk:bom from 2.21.17 to 2.21.26.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
commit 994f43b947ff45146f2e10b1dd2c25d2a3c2d815
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.5.1</quarkus.version>
<awssdk.version>2.21.17</awssdk.version>
<awssdk.version>2.21.26</awssdk.version>
<awscrt.version>0.28.6</awscrt.version>
</properties>
<build>
Loading