diff --git a/finish/pom.xml b/finish/pom.xml index c840ca0..e3d1d41 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -36,7 +36,7 @@ org.postgresql postgresql - 42.7.7 + 42.7.8 provided @@ -45,19 +45,19 @@ org.junit.jupiter junit-jupiter - 5.13.4 + 5.14.0 test org.jboss.resteasy resteasy-client - 6.2.12.Final + 6.2.14.Final test org.jboss.resteasy resteasy-json-binding-provider - 6.2.12.Final + 6.2.14.Final test @@ -126,7 +126,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.5.3 + 3.5.4 ${liberty.var.http.port} diff --git a/start/pom.xml b/start/pom.xml index b3845e6..463cab0 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -36,7 +36,7 @@ org.postgresql postgresql - 42.7.7 + 42.7.8 provided @@ -44,19 +44,19 @@ org.junit.jupiter junit-jupiter - 5.13.4 + 5.14.0 test org.jboss.resteasy resteasy-client - 6.2.12.Final + 6.2.14.Final test org.jboss.resteasy resteasy-json-binding-provider - 6.2.12.Final + 6.2.14.Final test