From f9bd5b50d149174fb44833d0cc68b9f5bf4a23cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 10:03:48 +0000 Subject: [PATCH] Bump commons-parent from 53 to 54 Bumps [commons-parent](https://github.com/apache/commons-parent) from 53 to 54. - [Release notes](https://github.com/apache/commons-parent/releases) - [Changelog](https://github.com/apache/commons-parent/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-parent/commits) --- updated-dependencies: - dependency-name: org.apache.commons:commons-parent dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cbf68cb..5523523 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ under the License. org.apache.commons commons-parent - 53 + 54 4.0.0 commons-logging diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6021536..fe429da 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -113,7 +113,7 @@ The type attribute can be add,update,fix,remove. Bump spotbugs from 4.5.3 to 4.7.2 #81, #87, #92, #104. - Bump commons-parent from 52 to 53 #82. + Bump commons-parent from 52 to 54 #82, #106. Bump github/codeql-action from 1 to 2 #86.