Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Jan 6, 2025
1 parent 97db913 commit dfbff3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'signing'
id 'idea'
id 'maven-publish'
id 'io.freefair.lombok' version '8.6'
id 'io.freefair.lombok' version '8.11'
id 'com.github.johnrengelman.shadow' version '8.1.1'
}

Expand All @@ -24,16 +24,16 @@ java {
}

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

implementation group: 'commons-validator', name: 'commons-validator', version: '1.9.0' // Apache 2.0
implementation group: 'commons-net', name: 'commons-net', version: '3.11.1' // Apache 2.0
implementation group: 'commons-io', name: 'commons-io', version: '2.16.1' // Apache 2.0
implementation group: 'commons-io', name: 'commons-io', version: '2.18.0' // Apache 2.0

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

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

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit dfbff3e

Please sign in to comment.