From 0c560be1e5fd4819b6d25245479213e5909f2492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 16:56:53 +0000 Subject: [PATCH] Bump commons-codec from 1.15 to 1.16.0 Bumps [commons-codec](https://github.com/apache/commons-codec) from 1.15 to 1.16.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.15...rel/commons-codec-1.16.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- impl/pom.xml | 2 +- integration-tests/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/impl/pom.xml b/impl/pom.xml index 2b984b7..9720e36 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -53,7 +53,7 @@ commons-codec commons-codec - 1.15 + 1.16.0 test diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index beb5e76..97a6ad5 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -51,7 +51,7 @@ commons-codec commons-codec - 1.15 + 1.16.0 org.codehaus.groovy