From b8eb70353adb8e82d736ae8a73bca6b277cdaef3 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Thu, 30 Jan 2025 16:52:56 -0500 Subject: [PATCH] Bump org.apache.commons:commons-parent from 80 to 81 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b14aa26..5cb7eb9 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ under the License. org.apache.commons commons-parent - 80 + 81 4.0.0 commons-logging diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5228980..137586b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,7 +51,7 @@ The type attribute can be add,update,fix,remove. Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80). - Bump org.apache.commons:commons-parent from 72 to 80 #285, #287, #295, #298, #303, #310, #339. + Bump org.apache.commons:commons-parent from 72 to 81 #285, #287, #295, #298, #303, #310, #339. Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 #288 [test]. Bump log4j2.version from 2.23.1 to 2.24.3 #292, #299, #319, #328.