From 45cdf9b87e0efaf5c761fcc55d0f629fa91ea139 Mon Sep 17 00:00:00 2001 From: Sebastian Simson Date: Thu, 20 Apr 2023 14:26:38 +0200 Subject: [PATCH 1/5] Update dependencies --- pom.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 566df61..7fa16c3 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ org.openapitools jackson-databind-nullable - 0.2.1 + 0.2.6 javax.annotation @@ -99,12 +99,12 @@ org.threeten threetenbp - 1.4.3 + 1.6.5 io.swagger swagger-annotations - 1.5.24 + 1.6.8 javax.servlet @@ -115,22 +115,22 @@ com.squareup.okhttp3 okhttp - 4.9.3 + 4.10.0 com.squareup.okhttp3 logging-interceptor - 4.9.3 + 4.10.0 org.slf4j slf4j-api - 1.7.36 + 2.0.5 ch.qos.logback logback-classic - 1.2.11 + 1.4.6 test @@ -152,31 +152,31 @@ org.mockito mockito-core - 4.3.1 + 5.2.0 test org.assertj assertj-core - 3.22.0 + 3.24.2 test org.springframework spring-web - 5.3.17 + 5.3.27 test org.springframework spring-test - 5.3.17 + 5.3.27 test org.skyscreamer jsonassert - 1.5.0 + 1.5.1 test @@ -188,7 +188,7 @@ com.squareup.okhttp3 mockwebserver - 4.9.3 + 4.10.0 test From d56fb8112943f94ccbea62062d00bcec23656034 Mon Sep 17 00:00:00 2001 From: Sebastian Simson Date: Thu, 20 Apr 2023 17:30:04 +0200 Subject: [PATCH 2/5] Update circleci image --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 69cfca5..49a6441 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: build: docker: # specify the version you desire here - - image: circleci/openjdk:8-jdk + - image: cimg/openjdk:11.0 working_directory: ~/repo From 057248b18e918ce61444f149272b29d9372164d1 Mon Sep 17 00:00:00 2001 From: Sebastian Simson Date: Thu, 20 Apr 2023 17:37:37 +0200 Subject: [PATCH 3/5] Use Java 8 --- .circleci/config.yml | 2 +- pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 49a6441..61e1678 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: build: docker: # specify the version you desire here - - image: cimg/openjdk:11.0 + - image: cimg/openjdk:8.0 working_directory: ~/repo diff --git a/pom.xml b/pom.xml index 7fa16c3..463ba27 100644 --- a/pom.xml +++ b/pom.xml @@ -45,8 +45,8 @@ UTF-8 - 1.7 - 1.7 + 1.8 + 1.8 0.8.3 @@ -207,8 +207,8 @@ maven-compiler-plugin 3.8.0 - 1.7 - 1.7 + 1.8 + 1.8 true true From 94621a6a68ce98a76a0a2a0103383143eb8a0997 Mon Sep 17 00:00:00 2001 From: Sebastian Simson Date: Thu, 20 Apr 2023 17:42:36 +0200 Subject: [PATCH 4/5] Downgrade mockito to Java 8 supported version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 463ba27..0127460 100644 --- a/pom.xml +++ b/pom.xml @@ -152,7 +152,7 @@ org.mockito mockito-core - 5.2.0 + 4.11.0 test From 753187c4784c2d0743fa9963d8bcf93a6b0c58ef Mon Sep 17 00:00:00 2001 From: Sebastian Simson Date: Fri, 21 Apr 2023 10:20:25 +0200 Subject: [PATCH 5/5] Downgrade logback to java 8 supported version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0127460..8cf2821 100644 --- a/pom.xml +++ b/pom.xml @@ -130,7 +130,7 @@ ch.qos.logback logback-classic - 1.4.6 + 1.3.7 test