diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f433eaa8..bbd08afc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,10 +31,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 1.8 + - name: Set up JDK 11 uses: actions/setup-java@v1 with: - java-version: 1.8 + java-version: 11 - name: Cache Maven Dependencies uses: actions/cache@v2 with: diff --git a/pom.xml b/pom.xml index aa5861d0..970a4528 100644 --- a/pom.xml +++ b/pom.xml @@ -15,8 +15,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs common - 1.8 - 1.8 + 11 + 11 UTF-8 2.17.0 @@ -32,10 +32,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs maven-compiler-plugin - 3.6.1 + 3.13.0 - 1.8 - 1.8 + 11 @@ -186,23 +185,23 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs com.fasterxml.jackson.core jackson-core - 2.13.4 + 2.17.1 com.fasterxml.jackson.core jackson-annotations - 2.13.4 + 2.17.1 com.fasterxml.jackson.core jackson-databind - 2.13.4 + 2.17.1 com.fasterxml.jackson.dataformat jackson-dataformat-csv - 2.13.4 + 2.17.1 @@ -225,7 +224,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.postgresql postgresql - 42.2.18 + 42.7.3 @@ -244,7 +243,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs com.amazonaws aws-java-sdk-s3 - 1.11.893 + 1.12.739 @@ -256,7 +255,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.jsoup jsoup - 1.16.1 + 1.17.2 diff --git a/service/pom.xml b/service/pom.xml index ec9a9338..253c838f 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -98,7 +98,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.jsoup jsoup - 1.16.1 + 1.17.2