You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2022/09/16 22:31:50 UTC

[ws-axiom] branch master updated: Bump jetty.version from 10.0.11 to 10.0.12

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new feb64fc46 Bump jetty.version from 10.0.11 to 10.0.12
feb64fc46 is described below

commit feb64fc467930f3792d6bb7047d026ce40c42523
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 16 03:33:56 2022 +0000

    Bump jetty.version from 10.0.11 to 10.0.12
    
    Bumps `jetty.version` from 10.0.11 to 10.0.12.
    
    Updates `jetty-server` from 10.0.11 to 10.0.12
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-10.0.11...jetty-10.0.12)
    
    Updates `jetty-webapp` from 10.0.11 to 10.0.12
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-10.0.11...jetty-10.0.12)
    
    ---
    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-webapp
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f1f3956f7..6ee940bbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,7 +258,7 @@
         <springws.version>3.1.3</springws.version>
         <exam.version>4.13.5</exam.version>
         <slf4j.version>1.7.36</slf4j.version>
-        <jetty.version>10.0.11</jetty.version>
+        <jetty.version>10.0.12</jetty.version>
         <log4j.version>2.18.0</log4j.version>
         <groovy.version>4.0.5</groovy.version>
         <jaxbri.version>2.3.6</jaxbri.version>