You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2024/02/09 07:36:05 UTC

(santuario-xml-security-java) branch main updated: Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 (#278)

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/main by this push:
     new cded7bc9 Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 (#278)
cded7bc9 is described below

commit cded7bc9f05c67219317fd8950dbb7485bda46a7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 9 07:36:00 2024 +0000

    Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 (#278)
    
    Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.16.0 to 1.16.1.
    - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
    - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.16.0...rel/commons-codec-1.16.1)
    
    ---
    updated-dependencies:
    - dependency-name: commons-codec:commons-codec
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bb367ce4..43a5942a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
         <activation-api.version>2.1.2</activation-api.version>
         <bcprov.version>1.77</bcprov.version>
         <clirr.version>2.8</clirr.version>
-        <commons.codec.version>1.16.0</commons.codec.version>
+        <commons.codec.version>1.16.1</commons.codec.version>
         <hamcrest.version>2.2</hamcrest.version>
         <jaxb.runtime>4.0.3</jaxb.runtime>
         <jetty.version>11.0.16</jetty.version>