diff --git a/.circleci/config.yml b/.circleci/config.yml index 69cfca52..61e16782 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:8.0 working_directory: ~/repo diff --git a/pom.xml b/pom.xml index 566df612..8cf28213 100644 --- a/pom.xml +++ b/pom.xml @@ -45,8 +45,8 @@ UTF-8 - 1.7 - 1.7 + 1.8 + 1.8 0.8.3 @@ -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.3.7 test @@ -152,31 +152,31 @@ org.mockito mockito-core - 4.3.1 + 4.11.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 @@ -207,8 +207,8 @@ maven-compiler-plugin 3.8.0 - 1.7 - 1.7 + 1.8 + 1.8 true true