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:35 UTC

[santuario-xml-security-java] 05/06: 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 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>