Skip to content

Commit

Permalink
Updated version of
Browse files Browse the repository at this point in the history
- CommonsIO
- Guava
  • Loading branch information
lessthanoptimal committed Jun 8, 2024
1 parent 0faca35 commit aaf78b2
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 @@ -18,11 +18,11 @@ allprojects {
createVersionFile.enabled = false // run only once. enabled in types
}

project.ext.commons_io_version = '2.13.0'
project.ext.commons_io_version = '2.16.1'
project.ext.deepboof_version = '0.5.2'
project.ext.lombok_version = '1.18.28'
project.ext.jabel_version = '1.0.0'
project.ext.guava_version = '32.1.2-jre'
project.ext.guava_version = '33.2.0-jre'
project.ext.args4j_version = '2.33'
project.ext.junit_version = '5.10.0'
project.ext.errorprone_version = '2.21.1'
Expand Down

0 comments on commit aaf78b2

Please sign in to comment.