summaryrefslogtreecommitdiffstats
path: root/session-lib/src
diff options
context:
space:
mode:
authorChrisC <christophe.closset@intl.att.com>2021-04-29 16:39:26 +0200
committerChrisC <christophe.closset@intl.att.com>2021-04-30 09:00:03 +0200
commitb5e34936cc893a3e0dad93f33b1864e7c8fe1cac (patch)
tree6144fe61c2d4ea51a10659205afa69fd485033c6 /session-lib/src
parent414bc934cd53ab76cc63a6436478566d9a6163d7 (diff)
Vulnerable packages update
Update SDC-BE-COMMON to new version 1.6.1 Update several packages to the seccom recommended version updated tests to JUNIT5 Issue-ID: SDC-3572 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ibf26663aac0e3de6a36df4c723baa963206cc1b7
Diffstat (limited to 'session-lib/src')
-rw-r--r--session-lib/src/test/java/org/onap/sdc/common/session/SdcSessionContextProviderTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/session-lib/src/test/java/org/onap/sdc/common/session/SdcSessionContextProviderTest.java b/session-lib/src/test/java/org/onap/sdc/common/session/SdcSessionContextProviderTest.java
index a118973..b4b441f 100644
--- a/session-lib/src/test/java/org/onap/sdc/common/session/SdcSessionContextProviderTest.java
+++ b/session-lib/src/test/java/org/onap/sdc/common/session/SdcSessionContextProviderTest.java
@@ -16,7 +16,7 @@
package org.onap.sdc.common.session;
-import static org.junit.Assert.assertEquals;
+import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;
import org.junit.jupiter.api.AfterEach;