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/05/05 20:41:25 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump plexus-compiler-api from 2.11.1 to 2.12.0

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 db5447c345 build(deps): bump plexus-compiler-api from 2.11.1 to 2.12.0
db5447c345 is described below

commit db5447c3451c8c1e008bb7d026d2368b1f344b4d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu May 5 16:58:23 2022 +0000

    build(deps): bump plexus-compiler-api from 2.11.1 to 2.12.0
    
    Bumps [plexus-compiler-api](https://github.com/codehaus-plexus/plexus-compiler) from 2.11.1 to 2.12.0.
    - [Release notes](https://github.com/codehaus-plexus/plexus-compiler/releases)
    - [Commits](https://github.com/codehaus-plexus/plexus-compiler/compare/plexus-compiler-2.11.1...plexus-compiler-2.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-compiler-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 942076e7cb..d3668fc783 100644
--- a/tobago-tool/tobago-theme-plugin/pom.xml
+++ b/tobago-tool/tobago-theme-plugin/pom.xml
@@ -70,7 +70,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-api</artifactId>
-      <version>2.11.1</version>
+      <version>2.12.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>