File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id ' java'
3
3
id ' maven-publish'
4
4
id ' groovy'
5
- id " com.github.johnrengelman. shadow" version " 7.1.2 "
5
+ id " com.gradleup. shadow" version " 8.3.6 "
6
6
}
7
7
8
8
def groupId = ' me.TechsCode'
@@ -12,7 +12,7 @@ def artifactId = 'GradleBasePlugin'
12
12
// /---> Major Version - Increment this when you make a breaking change
13
13
// | /---> Minor Version - Increment this when you add a new feature
14
14
// | | /---> Patch Version - Increment this when you make a bug fix
15
- def versionNum = ' 4.5.2 '
15
+ def versionNum = ' 4.6.0 '
16
16
17
17
group = groupId
18
18
version = versionNum
@@ -29,12 +29,12 @@ dependencies {
29
29
compileOnly localGroovy()
30
30
compileOnly gradleApi()
31
31
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"
34
34
implementation ' com.jcraft:jsch:0.1.55'
35
35
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 '
38
38
}
39
39
40
40
publishing {
You can’t perform that action at this time.
0 commit comments