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 2022/03/07 07:48:06 UTC

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

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

hnoeth 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 fab0033  build(deps): bump jetty-maven-plugin
fab0033 is described below

commit fab003395c7354f6f2d9c33904ff34a75c3ca8e7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 4 17:03:55 2022 +0000

    build(deps): bump jetty-maven-plugin
    
    Bumps [jetty-maven-plugin](https://github.com/eclipse/jetty.project) from 9.4.26.v20200117 to 9.4.45.v20220203.
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.26.v20200117...jetty-9.4.45.v20220203)
    
    ---
    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>
---
 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 ae5bd52..38a0ece 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -89,7 +89,7 @@
         <plugin>
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-maven-plugin</artifactId>
-          <version>9.4.26.v20200117</version>
+          <version>9.4.45.v20220203</version>
           <configuration>
             <scanIntervalSeconds>5</scanIntervalSeconds>
           </configuration>