Skip to content

Commit

Permalink
Update two remaining out of date dependencies (#1677)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Aug 8, 2023
1 parent 1e5ec5a commit 5cc90ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jacocoTestReport {
}

dependencies {
implementation "commons-logging:commons-logging:1.1.1"
implementation 'commons-logging:commons-logging:1.2'
implementation "org.xerial.snappy:snappy-java:1.1.10.1"
implementation "org.apache.commons:commons-compress:1.22"
implementation 'org.tukaani:xz:1.8'
implementation 'org.tukaani:xz:1.9'
implementation "org.json:json:20230618"

implementation 'org.openjdk.nashorn:nashorn-core:15.4'
Expand Down

0 comments on commit 5cc90ed

Please sign in to comment.