Skip to content

Commit

Permalink
Update log4j, commons-lang3, junit
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Sep 26, 2024
1 parent 5411c68 commit d468b7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poishadow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
implementation 'stax:stax-api:1.0.1'
// See https://github.com/apache/logging-log4j2/issues/2129 for an issue in 2.22.x
// we may need to report issues again in the future if changes break on Android
implementation 'org.apache.logging.log4j:log4j-api:2.23.1'
implementation 'org.apache.logging.log4j:log4j-api:2.24.0'
}

shadowJar {
Expand Down
4 changes: 2 additions & 2 deletions poitest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ dependencies {
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.12.0'
implementation 'org.apache.commons:commons-lang3:3.16.0'
implementation 'org.apache.commons:commons-lang3:3.17.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...
implementation 'org.junit.vintage:junit-vintage-engine:5.10.3'
implementation 'org.junit.vintage:junit-vintage-engine:5.11.0'

// newer versions of xmlsec are compiled with JDK 8 which does not work in Android Studio 2.x!
/*implementation ('org.apache.santuario:xmlsec:2.2.1') {
Expand Down

0 comments on commit d468b7f

Please sign in to comment.