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

chore(deps): bump software.amazon.awssdk:core from 2.24.7 to 2.26.10 in /TestVectors/runtimes/java #1149

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
chore(deps): bump software.amazon.awssdk:core
Bumps software.amazon.awssdk:core from 2.24.7 to 2.26.10.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit b3541e4dd084b55c6ebb60886ef7f9cf078c4174
2 changes: 1 addition & 1 deletion TestVectors/runtimes/java/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ dependencies {
implementation(platform("software.amazon.awssdk:bom:2.24.2"))
implementation("software.amazon.awssdk:dynamodb")
implementation("software.amazon.awssdk:dynamodb-enhanced")
implementation("software.amazon.awssdk:core:2.24.7")
implementation("software.amazon.awssdk:core:2.26.20")
implementation("software.amazon.awssdk:kms")
testImplementation("com.amazonaws:DynamoDBLocal:2.+")
// This is where we gather the SQLLite files to copy over
Loading