From db2dfb3793a086fa9b38d4d6c3a166d6710df7c1 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 1 Dec 2023 16:21:39 +0100 Subject: [PATCH] Bump commons-lang3 to 3.14.0 https://commons.apache.org/proper/commons-lang/changes-report.html#a3.14.0 Change-Id: Id38501da575721b7f857783423278f2a35efeda0 Signed-off-by: Robert Varga --- .../odl-apache-commons-lang3/src/main/history/dependencies.xml | 2 +- odlparent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/odl-apache-commons-lang3/src/main/history/dependencies.xml b/features/odl-apache-commons-lang3/src/main/history/dependencies.xml index 4e0fcc398..f5694c583 100644 --- a/features/odl-apache-commons-lang3/src/main/history/dependencies.xml +++ b/features/odl-apache-commons-lang3/src/main/history/dependencies.xml @@ -1,6 +1,6 @@ - mvn:org.apache.commons/commons-lang3/3.13.0 + mvn:org.apache.commons/commons-lang3/3.14.0 diff --git a/odlparent/pom.xml b/odlparent/pom.xml index 8ba2a4fe8..08c844d88 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -267,7 +267,7 @@ org.apache.commons commons-lang3 - 3.13.0 + 3.14.0 org.apache.commons -- 2.36.6