diff --git a/poitest/build.gradle b/poitest/build.gradle index a364e4e6..69fe0693 100644 --- a/poitest/build.gradle +++ b/poitest/build.gradle @@ -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') {