diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1795d9..4ab833b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,7 +64,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/query/pom.xml b/finish/query/pom.xml index 5791516..f999d7a 100644 --- a/finish/query/pom.xml +++ b/finish/query/pom.xml @@ -40,19 +40,19 @@ org.apache.commons commons-lang3 - 3.15.0 + 3.17.0 io.grpc grpc-protobuf - 1.65.1 + 1.66.0 provided io.grpc grpc-stub - 1.65.1 + 1.66.0 provided @@ -60,19 +60,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 @@ -98,13 +98,13 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.1 + 3.5.0 org.apache.maven.plugins maven-failsafe-plugin - 3.3.1 + 3.5.0 ${liberty.var.http.port} diff --git a/finish/system/pom.xml b/finish/system/pom.xml index b02bee0..9f13acd 100644 --- a/finish/system/pom.xml +++ b/finish/system/pom.xml @@ -42,20 +42,20 @@ org.apache.commons commons-lang3 - 3.15.0 + 3.17.0 io.grpc grpc-protobuf - 1.65.1 + 1.66.0 provided io.grpc grpc-stub - 1.65.1 + 1.66.0 provided @@ -63,14 +63,14 @@ org.junit.jupiter junit-jupiter - 5.10.3 + 5.11.0 test io.grpc grpc-testing - 1.65.1 + 1.66.0 test @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.12.0 + 5.13.0 test @@ -100,7 +100,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.1 + 3.5.0 diff --git a/finish/systemproto/pom.xml b/finish/systemproto/pom.xml index 0872958..2b5d4e0 100644 --- a/finish/systemproto/pom.xml +++ b/finish/systemproto/pom.xml @@ -25,7 +25,7 @@ io.grpc grpc-protobuf - 1.65.1 + 1.66.0 provided @@ -33,7 +33,7 @@ io.grpc grpc-stub - 1.65.1 + 1.66.0 provided diff --git a/start/query/pom.xml b/start/query/pom.xml index 5791516..f999d7a 100644 --- a/start/query/pom.xml +++ b/start/query/pom.xml @@ -40,19 +40,19 @@ org.apache.commons commons-lang3 - 3.15.0 + 3.17.0 io.grpc grpc-protobuf - 1.65.1 + 1.66.0 provided io.grpc grpc-stub - 1.65.1 + 1.66.0 provided @@ -60,19 +60,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 @@ -98,13 +98,13 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.1 + 3.5.0 org.apache.maven.plugins maven-failsafe-plugin - 3.3.1 + 3.5.0 ${liberty.var.http.port} diff --git a/start/system/pom.xml b/start/system/pom.xml index 6a42dba..4698c7f 100644 --- a/start/system/pom.xml +++ b/start/system/pom.xml @@ -42,20 +42,20 @@ org.apache.commons commons-lang3 - 3.15.0 + 3.17.0 io.grpc grpc-protobuf - 1.65.1 + 1.66.0 provided io.grpc grpc-stub - 1.65.1 + 1.66.0 provided @@ -64,7 +64,7 @@ io.grpc grpc-testing - 1.65.1 + 1.66.0 test @@ -72,14 +72,14 @@ org.mockito mockito-core - 5.12.0 + 5.13.0 test org.junit.jupiter junit-jupiter - 5.10.3 + 5.11.0 test @@ -100,7 +100,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.1 + 3.5.0 diff --git a/start/systemproto/pom.xml b/start/systemproto/pom.xml index 8e01eae..dadcdb9 100644 --- a/start/systemproto/pom.xml +++ b/start/systemproto/pom.xml @@ -24,13 +24,13 @@ io.grpc grpc-protobuf - 1.65.1 + 1.66.0 provided io.grpc grpc-stub - 1.65.1 + 1.66.0 provided