You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2022/02/22 18:30:28 UTC

[tika] branch main updated: Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#504)

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

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 6946ef4  Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#504)
6946ef4 is described below

commit 6946ef43e006b73a8c588e9ab9298f3ec73d3132
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 22 13:30:24 2022 -0500

    Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#504)
    
    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>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 1000caa..93a874c 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -275,7 +275,7 @@
     <maven.antrun.version>3.0.0</maven.antrun.version>
     <maven.assembly.version>3.3.0</maven.assembly.version>
     <maven.bundle.version>5.1.4</maven.bundle.version>
-    <maven.compiler.plugin.version>3.9.0</maven.compiler.plugin.version>
+    <maven.compiler.plugin.version>3.10.0</maven.compiler.plugin.version>
     <maven.failsafe.version>3.0.0-M5</maven.failsafe.version>
     <maven.javadoc.version>3.3.1</maven.javadoc.version>
     <maven.jar.version>3.2.2</maven.jar.version>