From da4ab6b788aa0dbb8cb1915cdd2908ca25ac48da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 04:00:37 +0000 Subject: [PATCH 1/2] Bump maven-compiler-plugin from 3.9.0 to 3.10.0 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] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0e0a5db..13305dd 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.9.0 + 3.10.0 org.apache.maven.plugins From 0279a84ae210b712d6544738f5eb4bd056bfdf70 Mon Sep 17 00:00:00 2001 From: Christopher Tubbs Date: Tue, 1 Mar 2022 17:53:35 -0500 Subject: [PATCH 2/2] Workaround for MCOMPILER-485 --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 13305dd..94b4a8e 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,8 @@ true http://download.eclipse.org/releases/2021-12 + + false 11 11