From c287e7335290bd46c9be6aa5cf92cf2eefaaa547 Mon Sep 17 00:00:00 2001 From: William Dutton Date: Thu, 9 Oct 2025 13:29:42 +1000 Subject: [PATCH 1/2] commons-lang 2.6 to commons-lang3 3.19.0 for cve patching --- pom.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f0bc96e7b..29c0a951c 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,7 @@ UTF-8 1.37 - 2.0.0-M3 + 1.14.0 2.0.0-M11 2.0.9 4.9.3 @@ -214,9 +214,9 @@ - commons-lang - commons-lang - 2.6 + org.apache.commons + commons-lang3 + 3.19.0 commons-fileupload @@ -759,6 +759,8 @@ 10.0.4 ${env.NVD_API_KEY} + ${env.OSS_INDEX_USERNAME} + ${env.OSS_INDEX_PASSWORD} 1.0 ./suppressions.xml From 0358d7aaebe47d2f036c2b8bf1dc0464e1805623 Mon Sep 17 00:00:00 2001 From: William Dutton Date: Thu, 9 Oct 2025 13:32:12 +1000 Subject: [PATCH 2/2] Allow runs on any push branch/tag --- .github/workflows/maven.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a81c84710..eb01ed88d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,7 +5,6 @@ name: Java CI with Maven on: push: - branches: [ develop ] pull_request: branches: [ develop ]