Skip to content

Commit

Permalink
Update commons-text
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Apr 21, 2024
1 parent 302a888 commit 83fe218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poitest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
// commons-text 1.8 fails due to Java 8 dependency
implementation 'org.apache.commons:commons-text:1.11.0'
implementation 'org.apache.commons:commons-text:1.12.0'
// for unit-tests copied from Apache POI source, 1.64 did not work!
//implementation 'org.bouncycastle:bcpkix-jdk15on:1.59'
// there is a unit-tests executed in normal code currently...
Expand Down

0 comments on commit 83fe218

Please sign in to comment.