Skip to content

Commit

Permalink
Update log4j, junit
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Nov 23, 2024
1 parent d468b7f commit cb28f60
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 @@ -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.24.0'
implementation 'org.apache.logging.log4j:log4j-api:2.24.2'
}

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

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

Please sign in to comment.