From b9cc9709f5999bd19336cab2b4183faf6446a101 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 28 Jul 2023 18:00:10 -0400 Subject: [PATCH] Bump commons-lang3 from 3.12.0 to 3.13.0 --- pom.xml | 2 +- src/changes/changes.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 66fee3331b..12e15a18fa 100644 --- a/pom.xml +++ b/pom.xml @@ -494,7 +494,7 @@ org.apache.commons commons-lang3 - 3.12.0 + 3.13.0 test diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2ad333b0c7..7d12fd0b10 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -343,8 +343,8 @@ Add and use CollectionUtils.INDEX_NOT_FOUND constant. - - Bump commons-lang3 from 3.11 to 3.12.0 #219. + + Bump commons-lang3 from 3.11 to 3.13.0 #219. Add new variables to oac.collections4.CollectionUtils and use them in the code base.