Skip to content

Commit 2cd2f01

Browse files
committed
Updated all dependencies & changed version to 4.6.0
1 parent f8cb082 commit 2cd2f01

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java'
33
id 'maven-publish'
44
id 'groovy'
5-
id "com.github.johnrengelman.shadow" version "7.1.2"
5+
id "com.gradleup.shadow" version "8.3.6"
66
}
77

88
def groupId = 'me.TechsCode'
@@ -12,7 +12,7 @@ def artifactId = 'GradleBasePlugin'
1212
// /---> Major Version - Increment this when you make a breaking change
1313
// | /---> Minor Version - Increment this when you add a new feature
1414
// | | /---> Patch Version - Increment this when you make a bug fix
15-
def versionNum = '4.5.2'
15+
def versionNum = '4.6.0'
1616

1717
group = groupId
1818
version = versionNum
@@ -29,12 +29,12 @@ dependencies {
2929
compileOnly localGroovy()
3030
compileOnly gradleApi()
3131

32-
implementation 'commons-io:commons-io:2.13.0'
33-
implementation "com.google.code.gson:gson:2.10.1"
32+
implementation 'commons-io:commons-io:2.19.0'
33+
implementation "com.google.code.gson:gson:2.13.1"
3434
implementation 'com.jcraft:jsch:0.1.55'
3535

36-
implementation 'com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:7.1.2'
37-
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
36+
implementation 'org.apache.httpcomponents.client5:httpclient5:5.4.1'
37+
implementation 'com.gradleup.shadow:com.gradleup.shadow.gradle.plugin:8.3.6'
3838
}
3939

4040
publishing {

0 commit comments

Comments
 (0)