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/02/15 18:40:30 UTC

[myfaces-tobago] branch tobago-4.x updated: build(deps): bump maven-compiler-plugin from 3.9.0 to 3.10.0

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

lofwyr pushed a commit to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 0e30753  build(deps): bump maven-compiler-plugin from 3.9.0 to 3.10.0
0e30753 is described below

commit 0e30753027d2e149692bf5bd975142e834afdb2d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 15 16:28:28 2022 +0000

    build(deps): bump maven-compiler-plugin from 3.9.0 to 3.10.0
    
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fc2350e..9989ea4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -807,7 +807,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.9.0</version>
+          <version>3.10.0</version>
           <configuration>
             <source>${maven.compile.source}</source>
             <target>${maven.compile.target}</target>