From 1606c74495d7e1976b286ee99c6d754a13d5cd5e Mon Sep 17 00:00:00 2001 From: "Gary David Gregory (Code signing key)" Date: Fri, 28 Jul 2023 17:49:31 -0400 Subject: [PATCH] Bump commons-lang3 from 3.12.0 to 3.13.0 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1cb9a6fcb3..64a19b88b1 100644 --- a/pom.xml +++ b/pom.xml @@ -466,7 +466,7 @@ org.apache.commons commons-lang3 - 3.12.0 + 3.13.0 commons-io diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e668269a60..71d3fdba7d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -90,6 +90,7 @@ The type attribute can be add,update,fix,remove. Bump jna.version from 5.12.1 to 5.13.0 #203. Bump kotlin-stdlib from 1.8.10 to 1.9.0 #217, #219, #227, #231. Bump commons-io from 2.11.0 to 2.13.0. + Bump commons-lang3 from 3.12.0 to 3.13.0.