diff --git a/apps/api/pom.xml b/apps/api/pom.xml index c2c230cc..4034293f 100644 --- a/apps/api/pom.xml +++ b/apps/api/pom.xml @@ -20,7 +20,6 @@ 1.0.10 - 7.0.3 4.2.0 @@ -225,7 +224,6 @@ no.digipost.signature signature-api-client-java - ${signature-api-client-java.version} diff --git a/pom.xml b/pom.xml index bf79513b..9ddbec52 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,7 @@ 2.17.0 3.17.0 2.0.29 + 7.0.4 9.6 20230523132931_a602133 1.11 @@ -66,7 +67,6 @@ 4.12.0 2.35.2 4.1.3 - 5.3.1 8.0.0.Final 5.16.0 2.2.25 @@ -276,12 +276,12 @@ org.apache.httpcomponents.core5 httpcore5 - ${httpclient5.version} + 5.3.1 org.apache.httpcomponents.client5 httpclient5 - ${httpclient5.version} + 5.4.1 org.springframework.cloud @@ -356,6 +356,45 @@ ${wiremock-jre8-standalone.version} test + + no.digipost.signature + signature-api-client-bom + ${signature-api-client-bom.version} + pom + import + + + org.junit + junit-bom + 5.11.3 + pom + import + + + org.slf4j + slf4j-bom + 2.0.16 + pom + import + + + commons-io + commons-io + 2.17.0 + test + + + org.hamcrest + hamcrest + 3.0 + test + + + nl.jqno.equalsverifier + equalsverifier + 3.17.1 + test +