diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f766b5..d563d78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,7 +63,7 @@ jobs: < "$logsPath" grep Launching - name: Archive server logs if failed if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: server-logs path: finish/target/liberty/wlp/usr/servers/defaultServer/logs/ diff --git a/finish/pom.xml b/finish/pom.xml index 78ec075..b87a5cb 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -36,7 +36,7 @@ org.postgresql postgresql - 42.7.3 + 42.7.4 provided @@ -45,19 +45,19 @@ org.junit.jupiter junit-jupiter - 5.10.3 + 5.11.0 test org.jboss.resteasy resteasy-client - 6.2.9.Final + 6.2.10.Final test org.jboss.resteasy resteasy-json-binding-provider - 6.2.9.Final + 6.2.10.Final test @@ -69,7 +69,7 @@ org.eclipse yasson - 3.0.3 + 3.0.4 test @@ -84,7 +84,7 @@ org.slf4j slf4j-reload4j - 2.0.13 + 2.0.16 test @@ -92,7 +92,7 @@ org.slf4j slf4j-api - 2.0.13 + 2.0.16 @@ -126,7 +126,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.3.1 + 3.5.0 ${liberty.var.http.port} diff --git a/start/pom.xml b/start/pom.xml index 0bde320..4794c63 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -36,7 +36,7 @@ org.postgresql postgresql - 42.7.3 + 42.7.4 provided @@ -44,19 +44,19 @@ org.junit.jupiter junit-jupiter - 5.10.3 + 5.11.0 test org.jboss.resteasy resteasy-client - 6.2.9.Final + 6.2.10.Final test org.jboss.resteasy resteasy-json-binding-provider - 6.2.9.Final + 6.2.10.Final test @@ -68,7 +68,7 @@ org.eclipse yasson - 3.0.3 + 3.0.4 test