diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f37b050..099c415 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,11 +49,11 @@ jobs: working-directory: finish steps: - uses: actions/checkout@v4 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v4 with: distribution: 'semeru' - java-version: 11 + java-version: 17 - run: unset _JAVA_OPTIONS - name: Run tests run: ../scripts/testApp.sh diff --git a/finish/inventory/Dockerfile b/finish/inventory/Dockerfile index eea62de..971f556 100644 --- a/finish/inventory/Dockerfile +++ b/finish/inventory/Dockerfile @@ -1,4 +1,4 @@ -FROM icr.io/appcafe/open-liberty:kernel-slim-java11-openj9-ubi +FROM icr.io/appcafe/open-liberty:kernel-slim-java17-openj9-ubi ARG VERSION=1.0 ARG REVISION=SNAPSHOT diff --git a/finish/inventory/pom.xml b/finish/inventory/pom.xml index 28e12f2..60c0104 100644 --- a/finish/inventory/pom.xml +++ b/finish/inventory/pom.xml @@ -12,8 +12,8 @@ UTF-8 UTF-8 - 11 - 11 + 17 + 17 system-service localhost:31000 @@ -48,19 +48,19 @@ org.junit.jupiter junit-jupiter - 5.14.0 + 6.0.1 test org.jboss.resteasy resteasy-client - 6.2.14.Final + 7.0.0.Final test org.jboss.resteasy resteasy-json-binding-provider - 6.2.14.Final + 7.0.0.Final test diff --git a/finish/system/Dockerfile b/finish/system/Dockerfile index 896d89b..9616adc 100644 --- a/finish/system/Dockerfile +++ b/finish/system/Dockerfile @@ -1,4 +1,4 @@ -FROM icr.io/appcafe/open-liberty:kernel-slim-java11-openj9-ubi +FROM icr.io/appcafe/open-liberty:kernel-slim-java17-openj9-ubi ARG VERSION=1.0 ARG REVISION=SNAPSHOT diff --git a/finish/system/pom.xml b/finish/system/pom.xml index 8164207..e7d9a1e 100644 --- a/finish/system/pom.xml +++ b/finish/system/pom.xml @@ -12,8 +12,8 @@ UTF-8 UTF-8 - 11 - 11 + 17 + 17 localhost:31000 system @@ -41,19 +41,19 @@ org.junit.jupiter junit-jupiter - 5.14.0 + 6.0.1 test org.jboss.resteasy resteasy-client - 6.2.14.Final + 7.0.0.Final test org.jboss.resteasy resteasy-json-binding-provider - 6.2.14.Final + 7.0.0.Final test diff --git a/scripts/dailyBuild.sh b/scripts/dailyBuild.sh index 591ad59..4e0da0a 100755 --- a/scripts/dailyBuild.sh +++ b/scripts/dailyBuild.sh @@ -15,7 +15,7 @@ sed -i "\#liberty-maven-plugin#aliberty-maven-plugin#a UTF-8 UTF-8 - 11 - 11 + 17 + 17 system-service localhost:31000 @@ -48,19 +48,19 @@ org.junit.jupiter junit-jupiter - 5.14.0 + 6.0.1 test org.jboss.resteasy resteasy-client - 6.2.14.Final + 7.0.0.Final test org.jboss.resteasy resteasy-json-binding-provider - 6.2.14.Final + 7.0.0.Final test diff --git a/start/system/Dockerfile b/start/system/Dockerfile index 896d89b..9616adc 100644 --- a/start/system/Dockerfile +++ b/start/system/Dockerfile @@ -1,4 +1,4 @@ -FROM icr.io/appcafe/open-liberty:kernel-slim-java11-openj9-ubi +FROM icr.io/appcafe/open-liberty:kernel-slim-java17-openj9-ubi ARG VERSION=1.0 ARG REVISION=SNAPSHOT diff --git a/start/system/pom.xml b/start/system/pom.xml index 074a06a..922886b 100644 --- a/start/system/pom.xml +++ b/start/system/pom.xml @@ -12,8 +12,8 @@ UTF-8 UTF-8 - 11 - 11 + 17 + 17 localhost:31000 @@ -40,19 +40,19 @@ org.junit.jupiter junit-jupiter - 5.14.0 + 6.0.1 test org.jboss.resteasy resteasy-client - 6.2.14.Final + 7.0.0.Final test org.jboss.resteasy resteasy-json-binding-provider - 6.2.14.Final + 7.0.0.Final test