From 443cc4a051de565190efc95855ee816afbdf49ec Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 1 Mar 2021 20:37:16 -0500 Subject: [PATCH] Update commons-lang3 3.11 -> 3.12.0. --- pom.xml | 4 ++-- src/changes/changes.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7066f808..31b7a638 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ org.apache.commons commons-lang3 - 3.11 + 3.12.0 test @@ -444,7 +444,7 @@ org.apache.commons commons-lang3 - 3.11 + 3.12.0 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9315846d..dab50bd8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,7 +59,7 @@ Update org.junit.jupiter:junit-jupiter from 5.6.0 to 5.7.0, #84 #109 - Update tests from Apache Commons Lang 3.9 to 3.11. + Update tests from Apache Commons Lang 3.9 to 3.12.0. Update tests from commons-io:commons-io 2.6 to 2.8.0, #108. Bump actions/checkout from v1 to v2.3.4, #79, #92, #121. Bump commons-parent from 50 to 51 #80.