You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2022/04/11 00:30:00 UTC

[aries] branch trunk updated: Bump maven-compiler-plugin from 3.8.1 to 3.10.1 in /spi-fly

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

rotty3000 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 56e73b5ff Bump maven-compiler-plugin from 3.8.1 to 3.10.1 in /spi-fly
56e73b5ff is described below

commit 56e73b5ff0638a3864f559dcf30234cb538486f2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 4 17:18:32 2022 +0000

    Bump maven-compiler-plugin from 3.8.1 to 3.10.1 in /spi-fly
    
    Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 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.8.1...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-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 spi-fly/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spi-fly/pom.xml b/spi-fly/pom.xml
index bd41d3479..fab803176 100644
--- a/spi-fly/pom.xml
+++ b/spi-fly/pom.xml
@@ -50,7 +50,7 @@
         <apache-rat-plugin.version>0.13</apache-rat-plugin.version>
         <asm.version>9.2</asm.version>
         <bnd.version>6.2.0</bnd.version>
-        <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
+        <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
         <osgi.core.version>5.0.0</osgi.core.version>
         <slf4j.version>1.7.36</slf4j.version>