From cbdcd6fec96662b49dda111281eff996ef61e04c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 18:17:12 +0000 Subject: [PATCH 1/3] chore: Bump fmt-maven-plugin from 2.10 to 2.11 Bumps [fmt-maven-plugin](https://github.com/coveo/fmt-maven-plugin) from 2.10 to 2.11. - [Release notes](https://github.com/coveo/fmt-maven-plugin/releases) - [Commits](https://github.com/coveo/fmt-maven-plugin/commits) --- updated-dependencies: - dependency-name: com.coveo:fmt-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f8177993a..6ee173393 100644 --- a/pom.xml +++ b/pom.xml @@ -203,7 +203,7 @@ com.coveo fmt-maven-plugin - 2.10 + 2.11 From 5c4a4e685474f3080a764b3641c4f2b9dff39b25 Mon Sep 17 00:00:00 2001 From: Tony Knapp <5892063+texastony@users.noreply.github.com> Date: Fri, 9 Jul 2021 11:35:45 -0700 Subject: [PATCH 2/3] chore: bump fmt-maven-plugin down to 2.9.1 We support java8 and greater. fmt-maven-plugin 2.9.x supports java8. fmt-maven-plugin >= 2.10 needs java11 and up. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6ee173393..23390f2b3 100644 --- a/pom.xml +++ b/pom.xml @@ -203,7 +203,7 @@ com.coveo fmt-maven-plugin - 2.11 + 2.9.1 From 4b730cb8ec222a75a7e2c48058e964f4f2c90b1b Mon Sep 17 00:00:00 2001 From: Tony Knapp Date: Fri, 9 Jul 2021 12:51:46 -0700 Subject: [PATCH 3/3] revert: "chore: bump fmt-maven-plugin down to 2.9.1" This reverts commit 5c4a4e68 We only use the fmt-maven-plugin on java11 targets --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 23390f2b3..6ee173393 100644 --- a/pom.xml +++ b/pom.xml @@ -203,7 +203,7 @@ com.coveo fmt-maven-plugin - 2.9.1 + 2.11