Skip to content

Commit

Permalink
Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 693c36c commit 7a849df
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 @@ -94,7 +94,7 @@ dependencies {
runtimeOnly 'org.postgresql:postgresql:42.7.3' // postgresql jdbc driver required during runtime

implementation 'commons-io:commons-io:2.16.1' // I/O functionalities
implementation 'commons-codec:commons-codec:1.16.1' // needed by commons-compress
implementation 'commons-codec:commons-codec:1.17.0' // needed by commons-compress
implementation 'org.apache.commons:commons-compress:1.26.1' // I/O functionalities
}

Expand Down

0 comments on commit 7a849df

Please sign in to comment.