From 8c210879a9b79d3576fa6b474701473203897506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 09:23:56 +0000 Subject: [PATCH] Bump maven-compiler-plugin from 3.0 to 3.10.0 Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.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.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] --- pom.xml | 2 +- simhash-examples/pom.xml | 2 +- simhash-knn-benchmark/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c00d813..d8c7105 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.0 + 3.10.0 1.7 1.7 diff --git a/simhash-examples/pom.xml b/simhash-examples/pom.xml index 4dc4aad..9d4406a 100644 --- a/simhash-examples/pom.xml +++ b/simhash-examples/pom.xml @@ -36,7 +36,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.0 + 3.10.0 1.7 1.7 diff --git a/simhash-knn-benchmark/pom.xml b/simhash-knn-benchmark/pom.xml index b6ae005..0476de3 100644 --- a/simhash-knn-benchmark/pom.xml +++ b/simhash-knn-benchmark/pom.xml @@ -44,7 +44,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.10.0 ${javac.target} ${javac.target}