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

Commit

Permalink
Update apache-commons-text to latest 1.x (#333)
Browse files Browse the repository at this point in the history
* update apache-commons-text to latest 1.x

* update snakeyaml to latest 1.x
  • Loading branch information
Joaquimmnetto authored Aug 8, 2024
1 parent 8772563 commit aa09d41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ dependencies {
testImplementation 'com.wooga.gradle:gradle-commons-test:[1,2['

// https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/setup-project-gradle.html
api 'software.amazon.awssdk:secretsmanager:(2.16,3]'
implementation "org.yaml:snakeyaml:1.26"
implementation 'org.apache.commons:commons-text:1.8'
api 'software.amazon.awssdk:secretsmanager:(2.16,3['
implementation "org.yaml:snakeyaml:[1.31,2["
implementation 'org.apache.commons:commons-text:[1.10,2['
implementation 'com.wooga.gradle:gradle-commons:[1,2['
}

0 comments on commit aa09d41

Please sign in to comment.