Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump plexusCompilerVersion from 2.12.0 to 2.12.1 #139

Merged
merged 1 commit into from
Jul 21, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2022

Bumps plexusCompilerVersion from 2.12.0 to 2.12.1.
Updates plexus-compiler-api from 2.12.0 to 2.12.1

Release notes

Sourced from plexus-compiler-api's releases.

2.12.1

🚀 New features and improvements

  • Add a custom compile argument replaceProcessorPathWithProcessorModule… (#213) @​slachiewicz

🐛 Bug Fixes

  • Respect CompilerConfiguration.sourceFiles in EclipseJavaCompiler (#233) @​famod
  • Avoid NPE in AspectJCompilerTest on AspectJ 1.9.8+ (#228) @​kriegaex

📦 Dependency updates

👻 Maintenance

🔧 Build

Commits
  • 4f40de2 [maven-release-plugin] prepare release plexus-compiler-2.12.1
  • 1d23063 touch
  • f0efd60 Respect CompilerConfiguration.sourceFiles in EclipseJavaCompiler (#233)
  • e136e4c Ensure that EclipseJavaCompiler doesn't pass duplicate source files to ECJ (#...
  • d09514d Avoid NPE in AspectJCompilerTest on AspectJ 1.9.8+
  • 1cc3a76 Bump aspectj.version from 1.9.7.M3 to 1.9.9.1
  • b1c21ce Bump aspectj.version from 1.9.7
  • c97da65 Make build and run tests with Java 18/19 possible
  • 210743c Bump plexus-components from 6.6 to 10.0
  • d540d72 Bump ecj from 3.29.0 to 3.30.0
  • Additional commits viewable in compare view

Updates plexus-compiler-manager from 2.12.0 to 2.12.1

Release notes

Sourced from plexus-compiler-manager's releases.

2.12.1

🚀 New features and improvements

  • Add a custom compile argument replaceProcessorPathWithProcessorModule… (#213) @​slachiewicz

🐛 Bug Fixes

  • Respect CompilerConfiguration.sourceFiles in EclipseJavaCompiler (#233) @​famod
  • Avoid NPE in AspectJCompilerTest on AspectJ 1.9.8+ (#228) @​kriegaex

📦 Dependency updates

👻 Maintenance

🔧 Build

Commits
  • 4f40de2 [maven-release-plugin] prepare release plexus-compiler-2.12.1
  • 1d23063 touch
  • f0efd60 Respect CompilerConfiguration.sourceFiles in EclipseJavaCompiler (#233)
  • e136e4c Ensure that EclipseJavaCompiler doesn't pass duplicate source files to ECJ (#...
  • d09514d Avoid NPE in AspectJCompilerTest on AspectJ 1.9.8+
  • 1cc3a76 Bump aspectj.version from 1.9.7.M3 to 1.9.9.1
  • b1c21ce Bump aspectj.version from 1.9.7
  • c97da65 Make build and run tests with Java 18/19 possible
  • 210743c Bump plexus-components from 6.6 to 10.0
  • d540d72 Bump ecj from 3.29.0 to 3.30.0
  • Additional commits viewable in compare view

Updates plexus-compiler-javac from 2.12.0 to 2.12.1

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @olamy.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `plexusCompilerVersion` from 2.12.0 to 2.12.1.

Updates `plexus-compiler-api` from 2.12.0 to 2.12.1
- [Release notes](https://github.com/codehaus-plexus/plexus-compiler/releases)
- [Commits](codehaus-plexus/plexus-compiler@plexus-compiler-2.12.0...plexus-compiler-2.12.1)

Updates `plexus-compiler-manager` from 2.12.0 to 2.12.1
- [Release notes](https://github.com/codehaus-plexus/plexus-compiler/releases)
- [Commits](codehaus-plexus/plexus-compiler@plexus-compiler-2.12.0...plexus-compiler-2.12.1)

Updates `plexus-compiler-javac` from 2.12.0 to 2.12.1

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-compiler-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.codehaus.plexus:plexus-compiler-manager
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.codehaus.plexus:plexus-compiler-javac
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 21, 2022
Copy link
Member

@olamy olamy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 06fc217 into master Jul 21, 2022
@dependabot dependabot bot deleted the dependabot/maven/plexusCompilerVersion-2.12.1 branch July 21, 2022 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
1 participant