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 2022/10/25 07:40:31 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump plexus-utils from 3.4.2 to 3.5.0 (#3364)

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

lofwyr 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 6206af2cbf build(deps): bump plexus-utils from 3.4.2 to 3.5.0 (#3364)
6206af2cbf is described below

commit 6206af2cbf8fba92447cfde99a8e04ee35dd23e7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 25 09:40:25 2022 +0200

    build(deps): bump plexus-utils from 3.4.2 to 3.5.0 (#3364)
    
    Bumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.4.2 to 3.5.0.
    - [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
    - [Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-3.4.2...plexus-utils-3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-utils
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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-core/pom.xml                     | 2 +-
 tobago-tool/tobago-theme-plugin/pom.xml | 2 +-
 tobago-tool/tobago-tool-apt/pom.xml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tobago-core/pom.xml b/tobago-core/pom.xml
index 16cce6f4f6..211b4c10d4 100644
--- a/tobago-core/pom.xml
+++ b/tobago-core/pom.xml
@@ -179,7 +179,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.4.2</version>
+      <version>3.5.0</version>
     </dependency>
     <!--dependency>
       <groupId>com.google.caliper</groupId>
diff --git a/tobago-tool/tobago-theme-plugin/pom.xml b/tobago-tool/tobago-theme-plugin/pom.xml
index 966cb2f977..b6c8e4dbd8 100644
--- a/tobago-tool/tobago-theme-plugin/pom.xml
+++ b/tobago-tool/tobago-theme-plugin/pom.xml
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.4.2</version>
+      <version>3.5.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
diff --git a/tobago-tool/tobago-tool-apt/pom.xml b/tobago-tool/tobago-tool-apt/pom.xml
index d7ee6ed8c7..0806567883 100644
--- a/tobago-tool/tobago-tool-apt/pom.xml
+++ b/tobago-tool/tobago-tool-apt/pom.xml
@@ -81,7 +81,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.4.2</version>
+      <version>3.5.0</version>
     </dependency>
     <dependency>
       <groupId>org.antlr</groupId>