You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by me...@apache.org on 2022/03/07 13:34:49 UTC

[myfaces-master-pom] branch master updated: Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#43)

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

melloware pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-master-pom.git


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

commit c7490912104e626c227ee33f62729edfe1a0dc17
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 7 08:34:45 2022 -0500

    Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#43)
    
    Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0.
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.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 a309eb0..06b1da5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -986,7 +986,7 @@
                     JSF 1.2 or special Java 1.5 related artifacts must override these settings.
                     -->
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.9.0</version>
+                    <version>3.10.0</version>
                     <configuration>
                         <source>1.3</source>
                         <target>1.3</target>