From 8b755a2e77984fcfd26e31e02c66d210165718de Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 9 Jun 2022 18:42:14 -0400 Subject: [PATCH] Bump commons-parent from 52 to 53 --- pom.xml | 4 +++- src/changes/changes.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 37233c4fd..bf3681b53 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.apache.commons commons-parent - 52 + 53 commons-crypto @@ -148,6 +148,8 @@ The following provides more details on the included cryptographic software: false 0.15.7 4.6.0.0 + + 1.20 true diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a145e6e00..ed1cdbbb3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -90,6 +90,7 @@ Bump maven-pmd-plugin from 3.14.0 to 3.16.0 #140. Bump taglist-maven-plugin from 2.4 to 3.0.0 #147. Bump spotbugs-maven-plugin from 4.5.3.0 to 4.6.0.0 #152. + Bump commons-parent from 52 to 53. Support Galois/Counter Mode (GCM).