From 3c3bc25a847cd0c62af166a56060c0c262fd1242 Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Thu, 4 Apr 2024 12:42:56 +0200 Subject: [PATCH] WIP for upgrade dependencies --- pom.xml | 22 +++++++++---------- .../java/generiek/GenericApplicationTest.java | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 4af584c..cd4fee6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.6 + 2.7.18 @@ -32,7 +32,7 @@ com.nimbusds oauth2-oidc-sdk - 9.5 + 9.43.3 org.springframework.boot @@ -46,7 +46,7 @@ com.squareup.okhttp3 okhttp - 4.9.3 + 4.12.0 @@ -73,7 +73,7 @@ org.bouncycastle bcprov-jdk15on - 1.68 + 1.70 test @@ -85,19 +85,19 @@ io.rest-assured rest-assured - 4.2.0 + 4.5.1 test io.rest-assured json-path - 4.2.0 + 4.5.1 test io.rest-assured xml-path - 4.2.0 + 4.5.1 test @@ -117,7 +117,7 @@ pl.project13.maven git-commit-id-plugin - 4.0.2 + 4.9.10 true @@ -125,7 +125,7 @@ org.jacoco jacoco-maven-plugin - 0.8.5 + 0.8.11 @@ -144,7 +144,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 enforce-versions @@ -166,7 +166,7 @@ org.apache.maven.wagon wagon-webdav-jackrabbit - 3.3.4 + 3.5.3 diff --git a/src/test/java/generiek/GenericApplicationTest.java b/src/test/java/generiek/GenericApplicationTest.java index a6d098c..f4e03b7 100644 --- a/src/test/java/generiek/GenericApplicationTest.java +++ b/src/test/java/generiek/GenericApplicationTest.java @@ -12,8 +12,8 @@ class GenericApplicationTest { @Test void main() { - GenericApplication.main(new String[]{"--server.port=8088"}); - RestAssured.port = 8088; + GenericApplication.main(new String[]{"--server.port=8082"}); + RestAssured.port = 8082; given() .when() .get("/internal/health")