diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 16bbda2..f251e3b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -14,7 +14,7 @@ jobs: # test against latest update of each major Java version: java: [ 8, 11, 17, 21 ] # test against major operating systems - os: [ubuntu-22.04, windows-latest, macos-latest] + os: [ubuntu-24.04, windows-latest, macos-latest] name: Java ${{ matrix.java }} on ${{ matrix.os }} steps: - uses: actions/checkout@v2 diff --git a/pom.xml b/pom.xml index c5cd11d..53243fc 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ org.eclipse.jetty jetty-maven-plugin - 9.4.55.v20240627 + 9.4.57.v20241219 8989 @@ -116,22 +116,22 @@ commons-io commons-io - 2.16.1 + 2.18.0 org.apache.commons commons-text - 1.12.0 + 1.13.0 com.epam.indigo indigo - 1.16.0 + 1.30.0 com.epam.indigo indigo-renderer - 1.16.0 + 1.30.0 junit