Skip to content

Bump org.codehaus.mojo:exec-maven-plugin from 1.6.0 to 3.5.1#2221

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/main/org.codehaus.mojo-exec-maven-plugin-3.5.1
Closed

Bump org.codehaus.mojo:exec-maven-plugin from 1.6.0 to 3.5.1#2221
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/main/org.codehaus.mojo-exec-maven-plugin-3.5.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 13, 2025

Bumps org.codehaus.mojo:exec-maven-plugin from 1.6.0 to 3.5.1.

Release notes

Sourced from org.codehaus.mojo:exec-maven-plugin's releases.

3.5.1

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

3.5.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

3.4.1

... (truncated)

Commits
  • bd1f6f7 [maven-release-plugin] prepare release 3.5.1
  • ac27173 Bump org.codehaus.mojo:mojo-parent from 88 to 89
  • 1ed0f42 Bump org.codehaus.mojo:mojo-parent from 87 to 88 (#474)
  • d221e23 Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0
  • 42bc369 Add ClassLoader support for ASM ClassWriter
  • f4e8634 Bump commons-io:commons-io in /src/test/projects/project6/project5lib
  • 303978c Bump commons-io:commons-io in /src/test/projects/project1
  • fc7ccf0 Bump asm.version from 9.7.1 to 9.8
  • f544485 Bump commons-io:commons-io in /src/test/projects/project2
  • d0fffa5 Bump commons-io:commons-io in /src/test/projects/project14
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 1.6.0 to 3.5.1.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@exec-maven-plugin-1.6.0...3.5.1)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jun 13, 2025
@OlgaMaciaszek OlgaMaciaszek added this to the 5.0.0-M1 milestone Jul 25, 2025
@OlgaMaciaszek OlgaMaciaszek moved this to Done in 2025.1.0-M1 Jul 25, 2025
@OlgaMaciaszek
Copy link
Copy Markdown
Collaborator

Done with 11e17bc.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jul 25, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/maven/main/org.codehaus.mojo-exec-maven-plugin-3.5.1 branch July 25, 2025 14:23
@OlgaMaciaszek OlgaMaciaszek restored the dependabot/maven/main/org.codehaus.mojo-exec-maven-plugin-3.5.1 branch July 25, 2025 16:43
@OlgaMaciaszek OlgaMaciaszek reopened this Jul 25, 2025
@OlgaMaciaszek OlgaMaciaszek moved this from Done to Todo in 2025.1.0-M1 Jul 25, 2025
@OlgaMaciaszek OlgaMaciaszek moved this from Todo to In Progress in 2025.1.0-M1 Jul 25, 2025
@OlgaMaciaszek OlgaMaciaszek self-assigned this Jul 25, 2025
@OlgaMaciaszek
Copy link
Copy Markdown
Collaborator

Had to revert.

To investigate: caused failure in https://github.com/spring-cloud/spring-cloud-contract/blob/main/docs/src/main/java/org/springframework/cloud/contract/docs/Main.java execution:

Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory

even when slf4j-api dep added to classpath. Also verify Boot compatibility for Maven exec plugin versions.

@spencergibb spencergibb moved this to In Progress in 2025.1.0-M2 Jul 30, 2025
@spencergibb spencergibb modified the milestones: 5.0.0-M1, 5.0.0-M2 Jul 30, 2025
@spencergibb spencergibb moved this to In Progress in 2025.1.0-M3 Sep 19, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 1, 2025

Superseded by #2308.

@dependabot dependabot Bot closed this Oct 1, 2025
@dependabot dependabot Bot deleted the dependabot/maven/main/org.codehaus.mojo-exec-maven-plugin-3.5.1 branch October 1, 2025 03:35
@github-project-automation github-project-automation Bot moved this from In Progress to Done in 2025.1.0-M3 Oct 1, 2025
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

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants