From 46a92a19b903d4024bea277788f27f9942ad12a5 Mon Sep 17 00:00:00 2001 From: "Mark J. Williamson" Date: Wed, 2 Apr 2025 09:37:30 +0100 Subject: [PATCH 1/5] Update commons-text to 1.13.0 https://commons.apache.org/proper/commons-text/changes-report.html#a1.13.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c5cd11d..c9ef208 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ org.apache.commons commons-text - 1.12.0 + 1.13.0 com.epam.indigo From 197cd35017aebd4ebf6b1be947c1f6545eb81fb7 Mon Sep 17 00:00:00 2001 From: "Mark J. Williamson" Date: Wed, 2 Apr 2025 09:39:45 +0100 Subject: [PATCH 2/5] Update commons-io to 2.18.0 https://commons.apache.org/proper/commons-io/changes-report.html#a2.18.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c9ef208..3468c9d 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ commons-io commons-io - 2.16.1 + 2.18.0 org.apache.commons From 7f0259a80c9cd1b3fb11634961ecf8f0d495b732 Mon Sep 17 00:00:00 2001 From: "Mark J. Williamson" Date: Wed, 2 Apr 2025 09:50:30 +0100 Subject: [PATCH 3/5] Update indigo to 1.30.0 https://lifescience.opensource.epam.com/indigo/release-notes/index.html --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3468c9d..321a1ea 100644 --- a/pom.xml +++ b/pom.xml @@ -126,12 +126,12 @@ com.epam.indigo indigo - 1.16.0 + 1.30.0 com.epam.indigo indigo-renderer - 1.16.0 + 1.30.0 junit From 3ee3c397f9c787ae4fe5fc849e96de0ff75416ab Mon Sep 17 00:00:00 2001 From: "Mark J. Williamson" Date: Wed, 2 Apr 2025 11:48:18 +0100 Subject: [PATCH 4/5] Use current Ubuntu LTS for testing --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From f59ba7bcff5751d2d34ecc5a2a849e41b8739406 Mon Sep 17 00:00:00 2001 From: "Mark J. Williamson" Date: Thu, 3 Apr 2025 11:42:05 +0100 Subject: [PATCH 5/5] Update jetty-maven-plugin to 9.4.57.v20241219 https://github.com/jetty/jetty.project/releases/tag/jetty-9.4.57.v20241219 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 321a1ea..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