@@ -5,7 +5,7 @@ plugins {
55 id ' idea'
66 id ' maven-publish'
77 // id 'com.github.johnrengelman.shadow' version '7.1.0'
8- id ' io.freefair.lombok' version ' 6.2.0 '
8+ id ' io.freefair.lombok' version ' 6.4.3 '
99}
1010
1111
@@ -31,18 +31,18 @@ java {
3131
3232dependencies {
3333 /* ChronosJob.ChronosJob(org.json.JSONObject) is exposed to overwriting classes */
34- api group : ' org.json' , name : ' json' , version : ' 20160212 ' /* version '20160212' is used by com.mashape.unirest:unirest-java:1.4.9 */
34+ api group : ' org.json' , name : ' json' , version : ' 20220320 ' /* version '20160212' is used by com.mashape.unirest:unirest-java:1.4.9 */
3535
3636 implementation group : ' com.mashape.unirest' , name : ' unirest-java' , version : ' 1.4.9'
37- implementation group : ' com.google.guava' , name : ' guava' , version : ' 28.2 -jre'
37+ implementation group : ' com.google.guava' , name : ' guava' , version : ' 31.1 -jre'
3838
39- implementation group : ' commons-validator' , name : ' commons-validator' , version : ' 1.6 '
40- implementation group : ' commons-net' , name : ' commons-net' , version : ' 3.6 '
41- implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.5 '
39+ implementation group : ' commons-validator' , name : ' commons-validator' , version : ' 1.7 '
40+ implementation group : ' commons-net' , name : ' commons-net' , version : ' 3.8.0 '
41+ implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.11.0 '
4242
43- implementation group : ' net.lingala.zip4j' , name : ' zip4j' , version : ' 1.3.2 '
43+ implementation group : ' net.lingala.zip4j' , name : ' zip4j' , version : ' 2.10.0 '
4444
45- implementation group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.26 '
45+ implementation group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.36 '
4646}
4747
4848
0 commit comments