From d067404f057d932067aab6548a7d1655bc109660 Mon Sep 17 00:00:00 2001 From: "Michal J. Sladek" Date: Fri, 17 Nov 2023 12:28:50 +0100 Subject: [PATCH] Bytter til Java 21. Sanerer WS ting. Konfig flyttes til felles. (#528) --- .github/workflows/build.yml | 1 - .java-version | 2 +- ee10/pom.xml | 36 +++++++++++++++++------------------ pom.xml | 38 +++++++------------------------------ 4 files changed, 26 insertions(+), 51 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37beb779..23e80c24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,6 @@ jobs: uses: navikt/fp-gha-workflows/.github/actions/setup-java-and-maven@main with: github-token: ${{ secrets.GITHUB_TOKEN }} - java-version: '17' - name: Verify shell: bash diff --git a/.java-version b/.java-version index 98d9bcb7..5f39e914 100644 --- a/.java-version +++ b/.java-version @@ -1 +1 @@ -17 +21.0 diff --git a/ee10/pom.xml b/ee10/pom.xml index 63c2a8de..0648456c 100644 --- a/ee10/pom.xml +++ b/ee10/pom.xml @@ -10,7 +10,7 @@ 3.0.0-SNAPSHOT - 17 + 21 UTF-8 UTF-8 -Xms256m -Dlog.level.no.nav=WARN -Dfile.encoding=${project.build.sourceEncoding} @@ -24,7 +24,7 @@ 10.0.0 - 12.0.2 + 12.0.3 3.1.3 1.4.11 @@ -33,7 +33,7 @@ 5.1.2.Final - 1.2.3 + 3.1.5 2.4.4.Final 4.0.4 @@ -41,18 +41,15 @@ 8.0.1.Final 6.3.1.Final - 3.0.3 - 4.0.0 - 4.0.2 - 2.2.18 + 2.2.19 3.1.0 0.16.0 - 1.11.5 + 1.12.0 4.2.15 2.0.9 @@ -61,13 +58,13 @@ 3.5.1 - 5.0.1 + 5.1.0 9.22.3 42.6.0 1.3.10 - 5.10.0 - 5.6.0 + 5.10.1 + 5.7.0 3.24.2 0.10.2 @@ -368,13 +365,13 @@ org.bouncycastle bcprov-jdk18on - 1.76 + 1.77 org.bouncycastle bcprov-jdk15to18 - 1.76 + 1.77 @@ -516,7 +513,7 @@ 3.1.0 - org.jboss.jandex + io.smallrye jandex-maven-plugin ${jandex-maven-plugin.version} @@ -527,6 +524,9 @@ + + 10 + org.codehaus.mojo @@ -564,7 +564,7 @@ org.codehaus.mojo versions-maven-plugin - 2.16.1 + 2.16.2 org.apache.maven.plugins @@ -597,7 +597,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.1 + 3.2.2 @{argLine} ${argLine} @@ -607,7 +607,7 @@ org.codehaus.mojo exec-maven-plugin - 3.1.0 + 3.1.1 org.jacoco @@ -707,7 +707,7 @@ - org.jboss.jandex + io.smallrye jandex-maven-plugin diff --git a/pom.xml b/pom.xml index 263ed946..ba209bdb 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 2.0.0-SNAPSHOT - 17 + 21 UTF-8 UTF-8 -Xms256m -Dlog.level.no.nav=WARN -Dfile.encoding=${project.build.sourceEncoding} @@ -33,7 +33,7 @@ 4.0.3.Final - 1.2.3 + 3.1.5 2.4.4.Final 3.0.2 @@ -41,9 +41,6 @@ 7.0.5.Final 6.1.7.Final - 2.0.1 - 3.0.3 - 4.0.2 2.2.19 @@ -86,12 +83,6 @@ pom - - no.nav.foreldrepenger - konfig - 2.3.0 - - org.eclipse.jetty @@ -195,13 +186,6 @@ 3.13.0 - - - com.sun.xml.messaging.saaj - saaj-impl - ${saaj-impl.version} - - org.flywaydb @@ -383,17 +367,6 @@ 1.11.3 - - org.apache.santuario - xmlsec - ${xmlsec.version} - - - com.fasterxml.woodstox - woodstox-core - - - net.bytebuddy byte-buddy @@ -516,7 +489,7 @@ 3.1.0 - org.jboss.jandex + io.smallrye jandex-maven-plugin ${jandex-maven-plugin.version} @@ -527,6 +500,9 @@ + + 10 + org.codehaus.mojo @@ -707,7 +683,7 @@ - org.jboss.jandex + io.smallrye jandex-maven-plugin