diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1bfea73c..127c1b27 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,7 +31,7 @@ jobs: - name: Build with Maven run: ./mvnw clean install -B -U -Pspring -Dmaven.test.redirectTestOutputToFile=true -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 - name: Publish Test Report - uses: mikepenz/action-junit-report@v2 + uses: mikepenz/action-junit-report@v4 if: always() # always run even if the previous step fails with: report_paths: '**/surefire-reports/TEST-*.xml' diff --git a/pom.xml b/pom.xml index 1a71272a..33bc4baa 100644 --- a/pom.xml +++ b/pom.xml @@ -51,13 +51,13 @@ UTF-8 UTF-8 - 8.3.0 + 8.5.0 1.0.6.RELEASE 17 - 1.6.2 + 1.9.1 3.1.0-SNAPSHOT 4.1.0-SNAPSHOT - 1.17.3 + 1.19.1 diff --git a/spring-cloud-gateway-integration-tests/grpc/pom.xml b/spring-cloud-gateway-integration-tests/grpc/pom.xml index 6b243179..1f9ffe84 100644 --- a/spring-cloud-gateway-integration-tests/grpc/pom.xml +++ b/spring-cloud-gateway-integration-tests/grpc/pom.xml @@ -11,7 +11,7 @@ Spring Cloud Gateway gRPC Integration Test - 1.47.0 + 1.58.0 @@ -97,7 +97,7 @@ kr.motd.maven os-maven-plugin - 1.6.2 + 1.7.1 diff --git a/spring-cloud-gateway-server/pom.xml b/spring-cloud-gateway-server/pom.xml index 3a38e491..6417e936 100644 --- a/spring-cloud-gateway-server/pom.xml +++ b/spring-cloud-gateway-server/pom.xml @@ -16,7 +16,7 @@ Spring Cloud Gateway Server ${basedir}/.. - 1.47.0 + 1.58.0 1.0.0 @@ -310,7 +310,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.2.0 + 3.3.0