Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Bump secretsmanager from 2.17.66 to 2.17.68 (#294)
Browse files Browse the repository at this point in the history
* Bump secretsmanager from 2.17.66 to 2.17.68

Bumps secretsmanager from 2.17.66 to 2.17.68.

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update build.gradle

use version range for aws secretsmanager. It updates daily.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Manfred Endres <[email protected]>
  • Loading branch information
dependabot[bot] and Larusso authored Oct 27, 2021
1 parent 23958d7 commit 47bac6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
exclude module: 'groovy-all'
}

compile 'software.amazon.awssdk:secretsmanager:2.17.66'
compile 'software.amazon.awssdk:secretsmanager:(2.16,3]'
compile "org.yaml:snakeyaml:1.29"
compile 'org.apache.commons:commons-text:1.9'
testCompile 'com.github.stefanbirkner:system-rules:1.19.0'
Expand Down

0 comments on commit 47bac6d

Please sign in to comment.