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 2023/01/24 17:02:21 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump tomee-maven-plugin from 8.0.13 to 8.0.14 (#3694)

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 adb01f511b build(deps): bump tomee-maven-plugin from 8.0.13 to 8.0.14 (#3694)
adb01f511b is described below

commit adb01f511b9971832da6476f0c75568ba4001a19
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 24 18:02:16 2023 +0100

    build(deps): bump tomee-maven-plugin from 8.0.13 to 8.0.14 (#3694)
    
    Bumps tomee-maven-plugin from 8.0.13 to 8.0.14.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.tomee.maven:tomee-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>
---
 tobago-example/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index e49d1f5f4f..43a075ca3b 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -547,9 +547,9 @@
                  -->
             <groupId>org.apache.tomee.maven</groupId>
             <artifactId>tomee-maven-plugin</artifactId>
-            <version>8.0.13</version>
+            <version>8.0.14</version>
             <configuration>
-              <tomeeVersion>8.0.13</tomeeVersion>
+              <tomeeVersion>8.0.14</tomeeVersion>
               <tomeeClassifier>plus</tomeeClassifier>
               <!--<tomeeHttpPort>9090</tomeeHttpPort>-->
               <context>ROOT</context>