File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
dependencies {
8
8
classpath name : ' package-compileonly-sdk' , version : ' 1.3.0'
9
- classpath " gradle.plugin.com.github.johnrengelman:shadow:7.1.1 "
9
+ classpath " gradle.plugin.com.github.johnrengelman:shadow:7.1.2 "
10
10
}
11
11
}
12
12
}
@@ -25,7 +25,7 @@ configure(allprojects) {
25
25
testNgVersion = ' 7.9.0'
26
26
loggerVersion = ' 2.20.0'
27
27
jnaVersion = ' 5.3.1'
28
- version ' 3.0.3 '
28
+ version ' 3.0.4 '
29
29
}
30
30
group " $groupName "
31
31
@@ -75,12 +75,8 @@ configure(allprojects) {
75
75
}
76
76
77
77
dependencies {
78
-
79
- implementation ' commons-io:commons-io:2.15.1'
80
- implementation ' org.apache.poi:poi:5.2.5'
81
78
implementation ' org.apache.commons:commons-csv:1.10.0'
82
79
implementation ' org.json:json:20240205'
83
80
implementation ' org.apache.logging.log4j:log4j-core:2.21.1'
84
- implementation ' org.apache.poi:poi-ooxml:5.2.5'
85
-
81
+ implementation group : ' org.apache.poi' , name : ' poi-ooxml' , version : ' 5.2.2'
86
82
}
You can’t perform that action at this time.
0 commit comments