Skip to content

Commit

Permalink
Merge branch 'dependabot/gradle/org.apache.commons-commons-compress-1…
Browse files Browse the repository at this point in the history
….22'
  • Loading branch information
aecio committed Mar 7, 2023
2 parents c94fc2f + d4dd2ba commit b109b04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- Fix robots.txt serialization bug
- Bump jackson-* libraries from 2.13.3 to 2.14.2
- Bump org.apache.commons:commons-lang3 from 3.4 to 3.12.0
- Bump org.apache.commons:commons-compress from 1.21 to 1.22


## Version 0.14.0 (2022-02-06)
Expand Down
2 changes: 1 addition & 1 deletion ache-tools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
// Dependencies
implementation libraries.slf4j_api
implementation libraries.logback
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.21'
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.22'
implementation group: 'commons-validator', name: 'commons-validator', version: '1.6'
implementation group: 'io.airlift', name: 'airline', version: '0.9'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.2'
Expand Down
2 changes: 1 addition & 1 deletion ache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
// Commons
implementation group: 'com.google.guava', name: 'guava', version: '23.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.21'
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.22'
implementation group: 'commons-codec', name: 'commons-codec', version: '1.15'
implementation group: 'commons-validator', name: 'commons-validator', version: '1.7'
implementation group: 'com.github.crawler-commons', name: 'crawler-commons', version: '1.2'
Expand Down

0 comments on commit b109b04

Please sign in to comment.