diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 0851148e..ab80a71a 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 21 - uses: actions/cache@v1 with: diff --git a/README.md b/README.md index 172d1916..31261a1c 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ Note that the original migration from Janus was removed in version 3.0.0. If you ### [System Requirements](#system-requirements) -- Java 11 +- Java 21 - Maven 3 - MongoDB - yarn -- NodeJS v16.13.2 (best managed with `nvm`, current version in [.nvmrc](manage-gui/.nvmrc)) +- Node v20.8.0 (best managed with `nvm`, current version in [.nvmrc](manage-gui/.nvmrc)) - ansible If you have installed MongoDB with your package manager, you'll have to enable transactions: diff --git a/manage-gui/pom.xml b/manage-gui/pom.xml index e79e888e..039f794b 100644 --- a/manage-gui/pom.xml +++ b/manage-gui/pom.xml @@ -5,7 +5,7 @@ org.openconext manage - 7.4.9 + 7.5.0 ../pom.xml diff --git a/manage-server/pom.xml b/manage-server/pom.xml index c23856bb..77d6c21a 100644 --- a/manage-server/pom.xml +++ b/manage-server/pom.xml @@ -6,7 +6,7 @@ org.openconext manage - 7.4.9 + 7.5.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 6100786b..f0ba961c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.openconext manage - 7.4.9 + 7.5.0 pom manage @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.6 + 2.7.18 @@ -24,7 +24,7 @@ UTF-8 - 11 + 21 7.3.2 5.3.0 @@ -34,7 +34,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.7.6 + 2.7.18 pl.project13.maven @@ -44,15 +44,15 @@ org.apache.maven.plugins maven-compiler-plugin - 3.9.0 + 3.13.0 - 11 + 21 org.jacoco jacoco-maven-plugin - 0.8.7 + 0.8.12 @@ -71,7 +71,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.0.0 + 3.5.0 enforce-versions @@ -84,7 +84,7 @@ 3.8.4 - 11 + 21