You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gi...@apache.org on 2022/07/21 05:59:21 UTC

[maven-compiler-plugin] branch master updated: Bump plexusCompilerVersion from 2.12.0 to 2.12.1

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

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 06fc217  Bump plexusCompilerVersion from 2.12.0 to 2.12.1
06fc217 is described below

commit 06fc217b0e4254deb3e33e24d8c56ccdb93b2d96
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jul 21 05:41:40 2022 +0000

    Bump plexusCompilerVersion from 2.12.0 to 2.12.1
    
    Bumps `plexusCompilerVersion` from 2.12.0 to 2.12.1.
    
    Updates `plexus-compiler-api` from 2.12.0 to 2.12.1
    - [Release notes](https://github.com/codehaus-plexus/plexus-compiler/releases)
    - [Commits](https://github.com/codehaus-plexus/plexus-compiler/compare/plexus-compiler-2.12.0...plexus-compiler-2.12.1)
    
    Updates `plexus-compiler-manager` from 2.12.0 to 2.12.1
    - [Release notes](https://github.com/codehaus-plexus/plexus-compiler/releases)
    - [Commits](https://github.com/codehaus-plexus/plexus-compiler/compare/plexus-compiler-2.12.0...plexus-compiler-2.12.1)
    
    Updates `plexus-compiler-javac` from 2.12.0 to 2.12.1
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-compiler-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.codehaus.plexus:plexus-compiler-manager
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.codehaus.plexus:plexus-compiler-javac
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b7bb479..9e62dfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@ under the License.
       ! The following property is used in the integration tests MCOMPILER-157
     -->
     <mavenPluginPluginVersion>3.5</mavenPluginPluginVersion>
-    <plexusCompilerVersion>2.12.0</plexusCompilerVersion>
+    <plexusCompilerVersion>2.12.1</plexusCompilerVersion>
 
     <groovyVersion>2.4.21</groovyVersion>
     <groovyEclipseCompilerVersion>3.7.0</groovyEclipseCompilerVersion>