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:39 UTC

[myfaces-tobago] branch tobago-4.x updated: build(deps): bump meecrowave.version from 1.2.14 to 1.2.15 (#3693)

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

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


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new a8b85a87f5 build(deps): bump meecrowave.version from 1.2.14 to 1.2.15 (#3693)
a8b85a87f5 is described below

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

    build(deps): bump meecrowave.version from 1.2.14 to 1.2.15 (#3693)
    
    Bumps `meecrowave.version` from 1.2.14 to 1.2.15.
    
    Updates `meecrowave-core` from 1.2.14 to 1.2.15
    - [Release notes](https://github.com/apache/openwebbeans-meecrowave/releases)
    - [Commits](https://github.com/apache/openwebbeans-meecrowave/compare/meecrowave-1.2.14...meecrowave-1.2.15)
    
    Updates `meecrowave-maven-plugin` from 1.2.14 to 1.2.15
    - [Release notes](https://github.com/apache/openwebbeans-meecrowave/releases)
    - [Commits](https://github.com/apache/openwebbeans-meecrowave/compare/meecrowave-1.2.14...meecrowave-1.2.15)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.meecrowave:meecrowave-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.meecrowave:meecrowave-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/tobago-example-demo/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index 52e566ebb2..dec05455ee 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -34,7 +34,7 @@
   <properties>
     <deltaspike.version>1.9.6</deltaspike.version>
     <selenium.version>3.141.59</selenium.version>
-    <meecrowave.version>1.2.14</meecrowave.version>
+    <meecrowave.version>1.2.15</meecrowave.version>
     <tomcat.version>9.0.71</tomcat.version>
     <exec.version>3.1.0</exec.version>
     <finalName>tobago-example-demo</finalName>