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

[myfaces-tobago] branch main updated: build(deps): bump jetty-maven-plugin from 11.0.12 to 11.0.13 (#3534)

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

bommel 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 2402b717ad build(deps): bump jetty-maven-plugin from 11.0.12 to 11.0.13 (#3534)
2402b717ad is described below

commit 2402b717adfcc763fc2ad604e00b7621443ef022
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 13 10:29:36 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index db4720de57..9c3be454a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
     <checkstyle-rules.version>21-SNAPSHOT</checkstyle-rules.version>
 
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->
-    <jetty.version>11.0.12</jetty.version>
+    <jetty.version>11.0.13</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>