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/12/21 09:26:30 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump plexus-compiler-api from 2.12.1 to 2.13.0 (#3578)

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 494561e291 build(deps): bump plexus-compiler-api from 2.12.1 to 2.13.0 (#3578)
494561e291 is described below

commit 494561e29149a7f5171329a0b64d407c80f2c924
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 21 10:26:24 2022 +0100

    build(deps): bump plexus-compiler-api from 2.12.1 to 2.13.0 (#3578)
    
    Bumps [plexus-compiler-api](https://github.com/codehaus-plexus/plexus-compiler) from 2.12.1 to 2.13.0.
    - [Release notes](https://github.com/codehaus-plexus/plexus-compiler/releases)
    - [Commits](https://github.com/codehaus-plexus/plexus-compiler/compare/plexus-compiler-2.12.1...plexus-compiler-2.13.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>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.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 ae906e4555..2a51b1858e 100644
--- a/tobago-tool/tobago-theme-plugin/pom.xml
+++ b/tobago-tool/tobago-theme-plugin/pom.xml
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-api</artifactId>
-      <version>2.12.1</version>
+      <version>2.13.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>