Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.…
Browse files Browse the repository at this point in the history
…12.0 (#339)

* 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](apache/maven-compiler-plugin@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] <[email protected]>

* Fix assertions in IT for new m-compiler-p

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <[email protected]>
  • Loading branch information
dependabot[bot] and slawekjaranowski authored Dec 20, 2023
1 parent 36ead1f commit 5a7268e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<errorprone.version>2.23.0</errorprone.version>
<trimStackTrace>false</trimStackTrace>
<preparationGoals>clean install</preparationGoals>
<maven.compiler.version>3.11.0</maven.compiler.version>
<maven.compiler.version>3.12.0</maven.compiler.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 5a7268e

Please sign in to comment.