Skip to content

Commit a7d152e

Browse files
committed
fix for older version bot agents
1 parent ae636ea commit a7d152e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

build.gradle

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
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"
1010
}
1111
}
1212
}
@@ -25,7 +25,7 @@ configure(allprojects) {
2525
testNgVersion = '7.9.0'
2626
loggerVersion = '2.20.0'
2727
jnaVersion = '5.3.1'
28-
version '3.0.3'
28+
version '3.0.4'
2929
}
3030
group "$groupName"
3131

@@ -75,12 +75,8 @@ configure(allprojects) {
7575
}
7676

7777
dependencies {
78-
79-
implementation 'commons-io:commons-io:2.15.1'
80-
implementation 'org.apache.poi:poi:5.2.5'
8178
implementation 'org.apache.commons:commons-csv:1.10.0'
8279
implementation 'org.json:json:20240205'
8380
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'
8682
}

0 commit comments

Comments
 (0)