Skip to content

Commit

Permalink
Update log4j, JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Feb 17, 2024
1 parent ca71960 commit d31d723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poishadow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation 'org.apache.poi:poi-scratchpad:5.2.5'
implementation 'com.fasterxml:aalto-xml:1.3.0'
implementation 'stax:stax-api:1.0.1'
implementation 'org.apache.logging.log4j:log4j-api:2.21.1' // newer log4j fails
implementation 'org.apache.logging.log4j:log4j-api:2.22.1' // newer log4j fails
}

shadowJar {
Expand Down
2 changes: 1 addition & 1 deletion poitest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
// 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.1'
implementation 'org.junit.vintage:junit-vintage-engine:5.10.2'

// 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 d31d723

Please sign in to comment.