You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/04/02 10:49:24 UTC

[maven-apache-parent] branch master updated: Bump maven-compiler-plugin from 3.10.0 to 3.10.1

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

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


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

commit 16467a890311aae6d745236e7261803b916d4a58
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 23 17:12:40 2022 +0000

    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 b88d7a5..266a1f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.10.0</version>
+          <version>3.10.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>