Skip to content

Commit 680fffd

Browse files
committed
Bump dependencies
1 parent 1e890f0 commit 680fffd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'signing'
55
id 'idea'
66
id 'maven-publish'
7-
id 'io.freefair.lombok' version '6.4.3'
7+
id 'io.freefair.lombok' version '8.4'
88
}
99

1010

@@ -29,19 +29,19 @@ java {
2929

3030

3131
dependencies {
32-
implementation group: 'com.konghq', name: 'unirest-java', version: '3.13.10'
32+
implementation group: 'com.konghq', name: 'unirest-java', version: '3.14.5'
3333

3434
implementation group: 'commons-validator', name: 'commons-validator', version: '1.7'
35-
implementation group: 'commons-net', name: 'commons-net', version: '3.8.0'
36-
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
35+
implementation group: 'commons-net', name: 'commons-net', version: '3.10.0'
36+
implementation group: 'commons-io', name: 'commons-io', version: '2.15.1'
3737

38-
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.10.0'
38+
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.5'
3939

4040
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'
4141
}
4242

4343

44-
tasks.withType(JavaCompile) {
44+
tasks.withType(JavaCompile).configureEach {
4545
options.encoding = 'UTF-8'
4646
}
4747

0 commit comments

Comments
 (0)