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/01/05 06:01:33 UTC

[santuario-xml-security-java] branch 2.3.x-fixes updated: Bump jetty.version from 9.4.48.v20220622 to 9.4.50.v20221201 (#100)

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


The following commit(s) were added to refs/heads/2.3.x-fixes by this push:
     new 34e96537 Bump jetty.version from 9.4.48.v20220622 to 9.4.50.v20221201 (#100)
34e96537 is described below

commit 34e9653771be5000aa1709b72913ffb15d019afc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 5 05:39:28 2023 +0000

    Bump jetty.version from 9.4.48.v20220622 to 9.4.50.v20221201 (#100)
    
    Bumps `jetty.version` from 9.4.48.v20220622 to 9.4.50.v20221201.
    
    Updates `jetty-server` from 9.4.48.v20220622 to 9.4.50.v20221201
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.48.v20220622...jetty-9.4.50.v20221201)
    
    Updates `jetty-servlet` from 9.4.48.v20220622 to 9.4.50.v20221201
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.48.v20220622...jetty-9.4.50.v20221201)
    
    Updates `jetty-servlets` from 9.4.48.v20220622 to 9.4.50.v20221201
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.48.v20220622...jetty-9.4.50.v20221201)
    
    ---
    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>
    
    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 38f6baa7..b615cda0 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.4.0</woodstox.core.version>
-        <jetty.version>9.4.48.v20220622</jetty.version>
+        <jetty.version>9.4.50.v20221201</jetty.version>
         <xmlsec.jaxb.context.class />
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <targetJdk>1.8</targetJdk>