Skip to content

Commit dfbff3e

Browse files
committed
Bump dependencies
1 parent 97db913 commit dfbff3e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'signing'
44
id 'idea'
55
id 'maven-publish'
6-
id 'io.freefair.lombok' version '8.6'
6+
id 'io.freefair.lombok' version '8.11'
77
id 'com.github.johnrengelman.shadow' version '8.1.1'
88
}
99

@@ -24,16 +24,16 @@ java {
2424
}
2525

2626
dependencies {
27-
implementation group: 'com.konghq', name: 'unirest-java-core', version: '4.4.4' // MIT
27+
implementation group: 'com.konghq', name: 'unirest-java-core', version: '4.4.5' // MIT
2828
implementation group: 'com.konghq', name: 'unirest-object-mappers-gson', version: '4.2.9' // MIT
2929

3030
implementation group: 'commons-validator', name: 'commons-validator', version: '1.9.0' // Apache 2.0
3131
implementation group: 'commons-net', name: 'commons-net', version: '3.11.1' // Apache 2.0
32-
implementation group: 'commons-io', name: 'commons-io', version: '2.16.1' // Apache 2.0
32+
implementation group: 'commons-io', name: 'commons-io', version: '2.18.0' // Apache 2.0
3333

3434
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.5' // Apache 2.0
3535

36-
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.13' // MIT
36+
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16' // MIT
3737
}
3838

3939
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)