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:54:49 UTC

[myfaces-tobago] branch tobago-5.x updated: Tobago 5.x jetty (#3520)

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

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new c42f9f1c4a Tobago 5.x jetty (#3520)
c42f9f1c4a is described below

commit c42f9f1c4a79c886e29d5d237b10eb43458e5e24
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Fri Dec 9 14:54:44 2022 +0100

    Tobago 5.x jetty (#3520)
    
    * build: set back to old node version
    
    issue: TOBAGO-2182
    
    * 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>
    
    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 d7ed919390..1e633ac6d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
     <checkstyle-rules.version>21-SNAPSHOT</checkstyle-rules.version>
 
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->
-    <jetty.version>9.4.49.v20220914</jetty.version>
+    <jetty.version>9.4.50.v20221201</jetty.version>
     <tomcat9.version>9.0.70</tomcat9.version>
     <joinfaces.version>4.7.5</joinfaces.version>
     <spring-boot.version>2.7.5</spring-boot.version>