diff options
author | Vitaly Takmazov | 2020-10-21 07:25:41 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-10-21 07:25:41 +0300 |
commit | d6c06a1d91594e10ace32b95c0ad282e30146888 (patch) | |
tree | 24cfb31f0a374a306953ce0a40c26ed4c7cf7cda | |
parent | 0b5829dc648ebc96e05a03c98d3a20eeb51a22ec (diff) |
Bump commons-imaging to 1.0-alpha2
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 91da7da1..2046e5f8 100644 --- a/build.gradle +++ b/build.gradle @@ -137,7 +137,7 @@ dependencies { compile "org.apache.commons:commons-collections4:4.4" compile 'org.apache.commons:commons-email:1.5' compile 'org.apache.commons:commons-text:1.9' - compile "org.apache.commons:commons-imaging:1.0-alpha1" + compile "org.apache.commons:commons-imaging:1.0-alpha2" compile "commons-codec:commons-codec:1.15" compile "commons-io:commons-io:2.8.0" |