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 2023/03/27 05:35:30 UTC

[santuario-xml-security-java] branch 2.3.x-fixes updated (99fb2f38 -> 99cccb3f)

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

coheigea pushed a change to branch 2.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


    from 99fb2f38 Support for EdDSA: Ed25519 and Ed448 (#90)
     new f825938d Bump modernizer-maven-plugin from 2.5.0 to 2.6.0 (#144)
     new 8c0d6683 Bump junit-jupiter-engine from 5.9.1 to 5.9.2 (#104)
     new a217f7d3 Bump log4j-slf4j-impl from 2.19.0 to 2.20.0 (#127)
     new f27a7b77 Bump woodstox-core from 6.4.0 to 6.5.0 (#107)
     new 95024c2a Bump jetty.version from 9.4.50.v20221201 to 9.4.51.v20230217 (#131)
     new 99cccb3f Revert "Bump log4j-slf4j-impl from 2.19.0 to 2.20.0 (#127)"

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


[santuario-xml-security-java] 05/06: Bump jetty.version from 9.4.50.v20221201 to 9.4.51.v20230217 (#131)

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 95024c2a837d667f25889a2d9ef001bc2cea1368
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 28 07:26:15 2023 +0000

    Bump jetty.version from 9.4.50.v20221201 to 9.4.51.v20230217 (#131)
    
    Bumps `jetty.version` from 9.4.50.v20221201 to 9.4.51.v20230217.
    
    Updates `jetty-server` from 9.4.50.v20221201 to 9.4.51.v20230217
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.50.v20221201...jetty-9.4.51.v20230217)
    
    Updates `jetty-servlet` from 9.4.50.v20221201 to 9.4.51.v20230217
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.50.v20221201...jetty-9.4.51.v20230217)
    
    Updates `jetty-servlets` from 9.4.50.v20221201 to 9.4.51.v20230217
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.50.v20221201...jetty-9.4.51.v20230217)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jetty:jetty-server
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty:jetty-servlet
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty:jetty-servlets
      dependency-type: direct:development
      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 40414167..997ca3fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -549,7 +549,7 @@
         <xmlunit.version>2.8.2</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>
         <woodstox.core.version>6.5.0</woodstox.core.version>
-        <jetty.version>9.4.50.v20221201</jetty.version>
+        <jetty.version>9.4.51.v20230217</jetty.version>
         <xmlsec.jaxb.context.class />
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <targetJdk>1.8</targetJdk>


[santuario-xml-security-java] 02/06: Bump junit-jupiter-engine from 5.9.1 to 5.9.2 (#104)

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8c0d6683e38558b58c08beda44fdecf8319e20e0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 11 07:56:42 2023 +0000

    Bump junit-jupiter-engine from 5.9.1 to 5.9.2 (#104)
    
    Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.9.1 to 5.9.2.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.9.1...r5.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-engine
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    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 79b3e96d..b7f457fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -542,7 +542,7 @@
     <properties>
         <slf4j.version>1.7.36</slf4j.version>
         <xalan.version>2.7.2</xalan.version>
-        <junit.version>5.9.1</junit.version>
+        <junit.version>5.9.2</junit.version>
         <log4j.version>2.19.0</log4j.version>
         <bcprov.version>1.72</bcprov.version>
         <hamcrest.version>2.2</hamcrest.version>


[santuario-xml-security-java] 01/06: Bump modernizer-maven-plugin from 2.5.0 to 2.6.0 (#144)

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f825938d2b8a37810e0a54ea19222700cd387b66
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 27 06:18:19 2023 +0100

    Bump modernizer-maven-plugin from 2.5.0 to 2.6.0 (#144)
    
    Bumps [modernizer-maven-plugin](https://github.com/gaul/modernizer-maven-plugin) from 2.5.0 to 2.6.0.
    - [Release notes](https://github.com/gaul/modernizer-maven-plugin/releases)
    - [Commits](https://github.com/gaul/modernizer-maven-plugin/compare/modernizer-maven-plugin-2.5.0...modernizer-maven-plugin-2.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.gaul:modernizer-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 c56f42c5..79b3e96d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
             <plugin>
                  <groupId>org.gaul</groupId>
                  <artifactId>modernizer-maven-plugin</artifactId>
-                 <version>2.5.0</version>
+                 <version>2.6.0</version>
                  <configuration>
                      <javaVersion>${targetJdk}</javaVersion>
                  </configuration>


[santuario-xml-security-java] 04/06: Bump woodstox-core from 6.4.0 to 6.5.0 (#107)

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f27a7b77473e050d42f78d86517b257ec5b12e0f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 16 06:18:02 2023 +0000

    Bump woodstox-core from 6.4.0 to 6.5.0 (#107)
    
    Bumps [woodstox-core](https://github.com/FasterXML/woodstox) from 6.4.0 to 6.5.0.
    - [Release notes](https://github.com/FasterXML/woodstox/releases)
    - [Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-6.4.0...woodstox-core-6.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.woodstox:woodstox-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    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 25bba656..40414167 100644
--- a/pom.xml
+++ b/pom.xml
@@ -548,7 +548,7 @@
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>2.8.2</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>
-        <woodstox.core.version>6.4.0</woodstox.core.version>
+        <woodstox.core.version>6.5.0</woodstox.core.version>
         <jetty.version>9.4.50.v20221201</jetty.version>
         <xmlsec.jaxb.context.class />
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>


[santuario-xml-security-java] 03/06: Bump log4j-slf4j-impl from 2.19.0 to 2.20.0 (#127)

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a217f7d3f46c01b22381b682f23458f69a3a2068
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 22 09:26:30 2023 +0000

    Bump log4j-slf4j-impl from 2.19.0 to 2.20.0 (#127)
    
    Bumps [log4j-slf4j-impl](https://github.com/apache/logging-log4j2) from 2.19.0 to 2.20.0.
    - [Release notes](https://github.com/apache/logging-log4j2/releases)
    - [Changelog](https://github.com/apache/logging-log4j2/blob/release-2.x/CHANGELOG.adoc)
    - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.19.0...rel/2.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    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 b7f457fd..25bba656 100644
--- a/pom.xml
+++ b/pom.xml
@@ -543,7 +543,7 @@
         <slf4j.version>1.7.36</slf4j.version>
         <xalan.version>2.7.2</xalan.version>
         <junit.version>5.9.2</junit.version>
-        <log4j.version>2.19.0</log4j.version>
+        <log4j.version>2.20.0</log4j.version>
         <bcprov.version>1.72</bcprov.version>
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>2.8.2</xmlunit.version>


[santuario-xml-security-java] 06/06: Revert "Bump log4j-slf4j-impl from 2.19.0 to 2.20.0 (#127)"

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 99cccb3f083bacbb3811060a764a6dbf7ccc824a
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Mar 27 06:25:33 2023 +0100

    Revert "Bump log4j-slf4j-impl from 2.19.0 to 2.20.0 (#127)"
    
    This reverts commit a217f7d3f46c01b22381b682f23458f69a3a2068.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 997ca3fa..0ba91c19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -543,7 +543,7 @@
         <slf4j.version>1.7.36</slf4j.version>
         <xalan.version>2.7.2</xalan.version>
         <junit.version>5.9.2</junit.version>
-        <log4j.version>2.20.0</log4j.version>
+        <log4j.version>2.19.0</log4j.version>
         <bcprov.version>1.72</bcprov.version>
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>2.8.2</xmlunit.version>