You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/12/09 13:51:03 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump jetty-maven-plugin (#3512)

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

lofwyr pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new cd7f6a4832 build(deps): bump jetty-maven-plugin (#3512)
cd7f6a4832 is described below

commit cd7f6a483251620029b0204552513befcd2e3c48
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 9 14:50:56 2022 +0100

    build(deps): bump jetty-maven-plugin (#3512)
    
    Bumps [jetty-maven-plugin](https://github.com/eclipse/jetty.project) from 9.4.49.v20220914 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.49.v20220914...jetty-9.4.50.v20221201)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jetty:jetty-maven-plugin
      dependency-type: direct:production
      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>
---
 tobago-example/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index 7a30f1b030..42913e5e81 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -28,7 +28,7 @@
 
   <properties>
     <tobago.basedir>${project.basedir}/..</tobago.basedir>
-    <jetty.version>9.4.49.v20220914</jetty.version>
+    <jetty.version>9.4.50.v20221201</jetty.version>
   </properties>
 
   <modules>