You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/01/21 13:14:37 UTC

[commons-parent] branch master updated: Bump maven-compiler-plugin from 3.8.1 to 3.9.0 (#88)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new add1a27  Bump maven-compiler-plugin from 3.8.1 to 3.9.0 (#88)
add1a27 is described below

commit add1a27d95d705663c11f45bb54e1c1bcde5f667
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 21 08:14:33 2022 -0500

    Bump maven-compiler-plugin from 3.8.1 to 3.9.0 (#88)
    
    Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.9.0.
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-compiler-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7008ea3..0e2fde3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
     <commons.checkstyle.version>9.2.1</commons.checkstyle.version>
     <commons.clirr.version>2.8</commons.clirr.version>
     <commons.cobertura.version>2.7</commons.cobertura.version>
-    <commons.compiler.version>3.8.1</commons.compiler.version>
+    <commons.compiler.version>3.9.0</commons.compiler.version>
     <commons.coveralls.version>4.3.0</commons.coveralls.version>
     <commons.coveralls.timestampFormat>EpochMillis</commons.coveralls.timestampFormat>
     <commons.failsafe.version>2.22.2</commons.failsafe.version>