You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/02/23 09:14:15 UTC

[myfaces-tobago] branch master updated: chore(deps): bump jetty-maven-plugin

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

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


The following commit(s) were added to refs/heads/master by this push:
     new afea3b7  chore(deps): bump jetty-maven-plugin
afea3b7 is described below

commit afea3b750430270e6172dec384cbbdda8362623c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 23 07:12:15 2021 +0000

    chore(deps): bump jetty-maven-plugin
    
    Bumps [jetty-maven-plugin](https://github.com/eclipse/jetty.project) from 9.4.36.v20210114 to 9.4.37.v20210219.
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.36.v20210114...jetty-9.4.37.v20210219)
    
    Signed-off-by: dependabot[bot] <su...@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 cb28ca0..d2a320f 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -30,7 +30,7 @@
     <app.packaging>war</app.packaging>
     <quarkus.version>1.12.0.Final</quarkus.version>
     <tobago.version>${project.version}</tobago.version>
-    <jetty.version>9.4.36.v20210114</jetty.version>
+    <jetty.version>9.4.37.v20210219</jetty.version>
   </properties>
 
   <modules>