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

⬆️ Bump software.amazon.awssdk:arns from 2.20.96 to 2.21.2 #88

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
⬆️ Bump software.amazon.awssdk:arns from 2.20.96 to 2.21.2
Bumps software.amazon.awssdk:arns from 2.20.96 to 2.21.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
commit 90b81163f8da2b945b6701bb22a01d62cf121e57
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
dependencies {
implementation 'org.hibernate.validator:hibernate-validator:8.0.1.Final'
implementation 'commons-validator:commons-validator:1.7'
implementation 'software.amazon.awssdk:arns:2.20.96'
implementation 'software.amazon.awssdk:arns:2.21.2'


testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
Expand Down