Skip to content

Commit

Permalink
Update JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Dec 20, 2024
1 parent 8d25f3f commit 52256da
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 @@ -9,7 +9,7 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.17.0'

// there is a unit-tests executed in normal code currently...
implementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
implementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'

// 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 52256da

Please sign in to comment.