Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Sep 1, 2023
1 parent 9234883 commit b09d2a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ buildscript {
gradleVersionsPluginVersion = '0.42.0'

groovyAllVersion = '3.0.13'
guavaVersion = '31.1-jre'
guavaVersion = '32.0.1-jre'
httpClientVersion = '4.5.14'
httpCoreVersion = '4.4.16'
ivyVersion = '2.5.1'
ivyVersion = '2.5.2'
jacksonVersion = '2.14.1'
jdomVersion = '2.0.6.1'
jsrVersion = '3.0.2'
Expand Down Expand Up @@ -130,7 +130,6 @@ subprojects {

dependencies {
implementation group: 'org.apache.commons', name: 'commons-lang3', version: commonsLang3Version
implementation group: 'commons-logging', name: 'commons-logging', version: commonsLoggingVersion
implementation group: 'commons-io', name: 'commons-io', version: commonsIoVersion
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: jacksonVersion
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: jacksonVersion
Expand Down

0 comments on commit b09d2a4

Please sign in to comment.