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 2022/03/25 07:36:05 UTC

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

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

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


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

commit f80dd493735e6885cba90879c198d9b2eab68b1e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 23 20:34:13 2022 +0000

    build(deps): bump maven-compiler-plugin from 3.10.0 to 3.10.1
    
    Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.0 to 3.10.1.
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-compiler-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 07b35f2..b851f1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -610,7 +610,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.10.0</version>
+          <version>3.10.1</version>
           <configuration>
             <source>${maven.compile.source}</source>
             <target>${maven.compile.target}</target>