Skip to content

Commit

Permalink
Updated lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Greazi-Times committed Jul 9, 2024
1 parent 22fa484 commit 57cb909
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ dependencies {
compileOnly localGroovy()
compileOnly gradleApi()

implementation 'commons-io:commons-io:2.13.0'
implementation "com.google.code.gson:gson:2.10.1"
implementation 'commons-io:commons-io:2.16.1'
implementation 'com.google.code.gson:gson:2.10'
implementation 'com.jcraft:jsch:0.1.55'

implementation 'io.github.goooler.shadow:shadow-gradle-plugin:8.1.7'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.3'
}

publishing {
Expand Down

0 comments on commit 57cb909

Please sign in to comment.