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/01/05 15:56:08 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump maven.version from 3.8.6 to 3.8.7

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 fa165a11e9 build(deps): bump maven.version from 3.8.6 to 3.8.7
fa165a11e9 is described below

commit fa165a11e90dae127bab98944ccdb622c50d2c2e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 2 16:08:37 2023 +0000

    build(deps): bump maven.version from 3.8.6 to 3.8.7
    
    Bumps `maven.version` from 3.8.6 to 3.8.7.
    
    Updates `maven-plugin-api` from 3.8.6 to 3.8.7
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.8.6...maven-3.8.7)
    
    Updates `maven-model` from 3.8.6 to 3.8.7
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.8.6...maven-3.8.7)
    
    Updates `maven-core` from 3.8.6 to 3.8.7
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.8.6...maven-3.8.7)
    
    Updates `maven-artifact` from 3.8.6 to 3.8.7
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.8.6...maven-3.8.7)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-plugin-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-model
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-tool/tobago-theme-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-tool/tobago-theme-plugin/pom.xml b/tobago-tool/tobago-theme-plugin/pom.xml
index 2a51b1858e..c8e2e330fc 100644
--- a/tobago-tool/tobago-theme-plugin/pom.xml
+++ b/tobago-tool/tobago-theme-plugin/pom.xml
@@ -27,7 +27,7 @@
   <name>Tobago Maven Theme Plugin</name>
 
   <properties>
-    <maven.version>3.8.6</maven.version>
+    <maven.version>3.8.7</maven.version>
   </properties>
 
   <dependencies>