From d8263f77a9287e660fe9342aadc9c3318dcc22a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 21:13:11 +0000 Subject: [PATCH 1/2] Bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.12.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 4dd0cbcf..2797ec2f 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ 2.23.0 false clean install - 3.11.0 + 3.12.0 From 8f9e36116ba6c2ca44a4ddb717d91a615edb2ab1 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Wed, 20 Dec 2023 11:53:36 +0100 Subject: [PATCH 2/2] Fix assertions in IT for new m-compiler-p --- .../src/main/it/eclipse-compiler-mapstruct/verify.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexus-compiler-its/src/main/it/eclipse-compiler-mapstruct/verify.groovy b/plexus-compiler-its/src/main/it/eclipse-compiler-mapstruct/verify.groovy index b7e8586e..45220ed7 100644 --- a/plexus-compiler-its/src/main/it/eclipse-compiler-mapstruct/verify.groovy +++ b/plexus-compiler-its/src/main/it/eclipse-compiler-mapstruct/verify.groovy @@ -23,4 +23,4 @@ def dummyClass = new File( basedir, "target/classes/Dummy.class" ) assert dummyClass.exists() File buildLog = new File( basedir, 'build.log' ) -assert buildLog.text.count( "Changes detected - recompiling the module!" ) == 2 +assert buildLog.text.count( "Recompiling the module because of changed" ) == 2