diff --git a/build.gradle b/build.gradle index 330471dc..57deab2e 100644 --- a/build.gradle +++ b/build.gradle @@ -115,6 +115,7 @@ test { testLogging.showStandardStreams = false testLogging.exceptionFormat = 'full' finalizedBy jacocoTestReport + useJUnitPlatform() // getting on CI: // java.security.KeyStoreException: Key protection algorithm not found: java.security.UnrecoverableKeyException: Encrypt Private Key failed: unrecognized algorithm name: PBEWithSHA1AndDESede diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 98a70932..07c683a9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,8 +10,8 @@ reactive-grpc = "1.2.0" spring-boot = "2.5.6" spring-security = "5.5.3" reactor = "3.4.10" -netty = "4.1.65.Final" -netty-tcnative = "2.0.39.Final" +netty = "4.1.70.Final" +netty-tcnative = "2.0.45.Final" kotlin = "1.5.31" httpcomponents = "4.5.8"