You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/02/27 19:01:08 UTC

[myfaces-tobago] branch main updated: build(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 64010bb328 build(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0
64010bb328 is described below

commit 64010bb3284d2708ee8abd884d51e11c980bc730
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 27 17:00:14 2023 +0000

    build(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0
    
    Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 to 3.11.0.
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.1...maven-compiler-plugin-3.11.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 c92f267e99..bec260be7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -569,7 +569,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.10.1</version>
+          <version>3.11.0</version>
           <configuration>
             <source>${maven.compile.source}</source>
             <target>${maven.compile.target}</target>