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/02/19 11:42:12 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump tomee-maven-plugin from 1.7.1 to 1.7.5

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 a811261  build(deps): bump tomee-maven-plugin from 1.7.1 to 1.7.5
a811261 is described below

commit a8112616203defab2ba7e9a7601984675f3aacd8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 18 17:21:39 2022 +0000

    build(deps): bump tomee-maven-plugin from 1.7.1 to 1.7.5
    
    Bumps tomee-maven-plugin from 1.7.1 to 1.7.5.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.openejb.maven:tomee-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@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 64007c6..ae5bd52 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -73,9 +73,9 @@
         <!-- usage: mvn clean package tomee:run -Djsf=provided -->
         <groupId>org.apache.openejb.maven</groupId>
         <artifactId>tomee-maven-plugin</artifactId>
-        <version>1.7.1</version>
+        <version>1.7.5</version>
         <configuration>
-          <tomeeVersion>1.7.1</tomeeVersion>
+          <tomeeVersion>1.7.5</tomeeVersion>
           <tomeeClassifier>plus</tomeeClassifier>
           <!--<tomeeHttpPort>9090</tomeeHttpPort>-->
           <!--<context>/demo</context>-->