From 5d6a7bf6a174e5257ff6858faab0034424c50468 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 8 Jul 2024 22:30:31 +0200 Subject: [PATCH] GH-714 - Upgrade to Maven Compiler Plugin 3.12.0. --- pom.xml | 2 +- spring-modulith-examples/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bdec5603..c5881648 100644 --- a/pom.xml +++ b/pom.xml @@ -456,7 +456,7 @@ limitations under the License. org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.12.0 17 17 diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index 56d1795b..8556fe35 100644 --- a/spring-modulith-examples/pom.xml +++ b/spring-modulith-examples/pom.xml @@ -35,7 +35,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.12.0