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/02/28 07:26:20 UTC

[santuario-xml-security-java] branch main updated: Bump jetty.version from 9.4.50.v20221201 to 9.4.51.v20230217 (#131)

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 08f250e4 Bump jetty.version from 9.4.50.v20221201 to 9.4.51.v20230217 (#131)
08f250e4 is described below

commit 08f250e4816508fd7279eef6e413b8d2dab7b7e2
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 71a2999e..9ad7639c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -519,7 +519,7 @@
         <xmlunit.version>2.9.1</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>
         <xml.bind.api.version>3.0.1</xml.bind.api.version>
         <xml.bind.impl.version>3.0.2</xml.bind.impl.version>
         <xmlsec.jaxb.context.class />