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 2023/04/15 09:16:43 UTC

[myfaces-tobago] branch main updated: build(deps): bump jetty-maven-plugin from 11.0.14 to 11.0.15

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

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


The following commit(s) were added to refs/heads/main by this push:
     new a333de5530 build(deps): bump jetty-maven-plugin from 11.0.14 to 11.0.15
a333de5530 is described below

commit a333de5530c9c13f6823965faa8a3e775e64b2ad
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Apr 15 09:11:07 2023 +0000

    build(deps): bump jetty-maven-plugin from 11.0.14 to 11.0.15
    
    Bumps [jetty-maven-plugin](https://github.com/eclipse/jetty.project) from 11.0.14 to 11.0.15.
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-11.0.14...jetty-11.0.15)
    
    ---
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9bf7de14b4..a506a094e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
     <checkstyle-rules.version>22</checkstyle-rules.version>
 
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->
-    <jetty.version>11.0.14</jetty.version>
+    <jetty.version>11.0.15</jetty.version>
     <joinfaces.version>4.5.5</joinfaces.version>
     <!-- Spring with Jakarta EE 9: ... for their general availability in Q4 2022 -->
     <spring-boot.version>2.5.5</spring-boot.version>