Skip to content

Commit

Permalink
fix for older version bot agents
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-Dev-RPA committed Mar 15, 2024
1 parent ae636ea commit a7d152e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath name: 'package-compileonly-sdk', version: '1.3.0'
classpath "gradle.plugin.com.github.johnrengelman:shadow:7.1.1"
classpath "gradle.plugin.com.github.johnrengelman:shadow:7.1.2"
}
}
}
Expand All @@ -25,7 +25,7 @@ configure(allprojects) {
testNgVersion = '7.9.0'
loggerVersion = '2.20.0'
jnaVersion = '5.3.1'
version '3.0.3'
version '3.0.4'
}
group "$groupName"

Expand Down Expand Up @@ -75,12 +75,8 @@ configure(allprojects) {
}

dependencies {

implementation 'commons-io:commons-io:2.15.1'
implementation 'org.apache.poi:poi:5.2.5'
implementation 'org.apache.commons:commons-csv:1.10.0'
implementation 'org.json:json:20240205'
implementation 'org.apache.logging.log4j:log4j-core:2.21.1'
implementation 'org.apache.poi:poi-ooxml:5.2.5'

implementation group: 'org.apache.poi', name: 'poi-ooxml', version: '5.2.2'
}

0 comments on commit a7d152e

Please sign in to comment.