From 5709eb1e62c8e6bb115a191849d1576d4811c5ee Mon Sep 17 00:00:00 2001 From: Igor Artamonov Date: Fri, 12 Nov 2021 19:54:55 -0500 Subject: [PATCH] problem: doesn't run unit tests --- build.gradle | 1 + gradle/libs.versions.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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"