diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 88c023445..ba177a1d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ '11', '17', '21' ] + java: [ '11', '17', '21', '23' ] steps: - name: Set up JDK ${{ matrix.java }} diff --git a/app/pom.xml b/app/pom.xml index c5461e412..4d1e570d8 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -38,28 +38,28 @@ limitations under the License. 1.2.0 1.2 1.7.8 - 1.10.14 - 9.7 + 1.10.15 + 9.7.1 1.70 1.9.0 - 1.9.4 - 1.17.1 - 1.12.0 - 3.16.0 - 4.0.4 + 1.10.0 + 1.18.0 + 1.13.0 + 3.17.0 + 4.0.5 7.0.0 - 2.23.1 - 9.11.1 + 2.24.3 + 9.12.1 20100527 3.4.0 - 3.5.0 + 3.5.2 1.0b3 1.19.0 2.0.16 5.3.39 5.8.14 2.5.29 - 2.3 + 2.4.1 1.6 1.0.2 3.1.3 @@ -273,7 +273,7 @@ limitations under the License. org.webjars jquery-ui - 1.13.3 + 1.14.1 @@ -581,14 +581,14 @@ limitations under the License. org.mockito mockito-core - 5.12.0 + 5.15.2 test org.instancio instancio-junit - 5.0.1 + 5.3.0 test @@ -795,7 +795,7 @@ limitations under the License. org.codehaus.mojo buildnumber-maven-plugin - 3.2.0 + 3.2.1 validate diff --git a/app/src/main/webapp/WEB-INF/jsps/tiles/head.jsp b/app/src/main/webapp/WEB-INF/jsps/tiles/head.jsp index 78f44f106..a9036862a 100644 --- a/app/src/main/webapp/WEB-INF/jsps/tiles/head.jsp +++ b/app/src/main/webapp/WEB-INF/jsps/tiles/head.jsp @@ -7,8 +7,8 @@ You can override it with your own file via WEB-INF/tiles-def.xml - - + + diff --git a/it-selenium/pom.xml b/it-selenium/pom.xml index 627602aa8..322ae8779 100644 --- a/it-selenium/pom.xml +++ b/it-selenium/pom.xml @@ -48,14 +48,14 @@ org.seleniumhq.selenium selenium-java - 4.23.1 + 4.28.0 test org.seleniumhq.selenium selenium-firefox-driver - 4.23.1 + 4.28.0 javax.servlet @@ -128,7 +128,7 @@ maven-failsafe-plugin - 3.5.0 + 3.5.2 diff --git a/pom.xml b/pom.xml index 4a8f4993a..4f06afa37 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ limitations under the License. 10.11.1.1 1.4.7 2.3.1 - 10.0.23 + 10.0.24 UTF-8 UTF-8 6.1.4 @@ -93,7 +93,7 @@ limitations under the License. org.codehaus.mojo versions-maven-plugin - 2.17.1 + 2.18.0 file:version-rules.xml @@ -107,7 +107,7 @@ limitations under the License. org.junit.jupiter junit-jupiter-engine - 5.11.0 + 5.11.4 test