Skip to content

Commit

Permalink
repave dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gregallen committed Sep 25, 2023
1 parent 126fc53 commit 7b68785
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ buildscript {
ext {
antVersion = '1.10.12'
buildInfoExtractorVersion = '4.29.4'
commonsCodecVersion = '1.15'
commonsCompressVersion = '1.22'
commonsIoVersion = '2.11.0'
commonsLang3Version = '3.12.0'
commonsCodecVersion = '1.16.0'
commonsCompressVersion = '1.24.0'
commonsIoVersion = '2.13.0'
commonsLang3Version = '3.13.0'
commonsLoggingVersion = '1.2'
dockerJavaVersion = '3.3.3'
easymockclassextensionVersion = '3.2'
Expand All @@ -18,11 +18,11 @@ buildscript {
gradleVersionsPluginVersion = '0.42.0'

groovyAllVersion = '3.0.13'
guavaVersion = '32.0.1-jre'
guavaVersion = '32.1.2-jre'
httpClientVersion = '4.5.14'
httpCoreVersion = '4.4.16'
ivyVersion = '2.5.2'
jacksonVersion = '2.14.1'
jacksonVersion = '2.15.2'
jdomVersion = '2.0.6.1'
jsrVersion = '3.0.2'
mavenVersion = '3.8.6'
Expand Down

0 comments on commit 7b68785

Please sign in to comment.