This is an automated email from the ASF dual-hosted git repository.
slachiewicz 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 f95dd46 Bump plexusCompilerVersion from 2.8.8 to 2.9.0
f95dd46 is described below
commit f95dd463d904276564ac47ee822c37ac8751f4e9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 18 16:21:42 2021 +0000
Bump plexusCompilerVersion from 2.8.8 to 2.9.0
Bumps `plexusCompilerVersion` from 2.8.8 to 2.9.0.
Updates `plexus-compiler-api` from 2.8.8 to 2.9.0
- [Release
notes](https://github.com/codehaus-plexus/plexus-compiler/releases)
-
[Commits](https://github.com/codehaus-plexus/plexus-compiler/compare/plexus-compiler-2.8.8...plexus-compiler-2.9.0)
Updates `plexus-compiler-manager` from 2.8.8 to 2.9.0
- [Release
notes](https://github.com/codehaus-plexus/plexus-compiler/releases)
-
[Commits](https://github.com/codehaus-plexus/plexus-compiler/compare/plexus-compiler-2.8.8...plexus-compiler-2.9.0)
Updates `plexus-compiler-javac` from 2.8.8 to 2.9.0
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-compiler-api
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.codehaus.plexus:plexus-compiler-manager
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.codehaus.plexus:plexus-compiler-javac
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1e708c1..655653c 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.8.8</plexusCompilerVersion>
+ <plexusCompilerVersion>2.9.0</plexusCompilerVersion>
<groovyVersion>2.4.21</groovyVersion>
<groovyEclipseCompilerVersion>3.7.0</groovyEclipseCompilerVersion>
<groovy-eclipse-batch>2.5.14-02</groovy-eclipse-batch>