Skip to content

Bump org.junit:junit-bom from 5.11.4 to 5.12.0 in the test group #477

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2025

Bumps the test group with 1 update: org.junit:junit-bom.

Updates org.junit:junit-bom from 5.11.4 to 5.12.0

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit5@r5.11.4...r5.12.0

JUnit 5.12.0-RC2 = Platform 1.12.0-RC2 + Jupiter 5.12.0-RC2 + Vintage 5.12.0-RC2

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0-RC1...r5.12.0-RC2

JUnit 5.12.0-RC1 = Platform 1.12.0-RC1 + Jupiter 5.12.0-RC1 + Vintage 5.12.0-RC1

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0-M1...r5.12.0-RC1

JUnit 5.12.0-M1 = Platform 1.12.0-M1 + Jupiter 5.12.0-M1 + Vintage 5.12.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • 2750b04 Release 5.12.0
  • 9615490 Update log suppressions for tests
  • 0a8d65b Remove duplicated reference to SimpleArgumentConverter
  • cafbcdb Update open-test-reporting to 0.2.0
  • ed1773c Fix version references to be 1.x in Platform and 5.x in Jupiter
  • 1d2f982 Update open-test-reporting to 0.2.0-M3
  • 2b6bab5 Fix indentation
  • d1929bb Merge 5.12.0 release notes
  • 9b7a3c4 Back to snapshots for further development
  • a410c92 Release 5.12.0-RC2
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 21, 2025
@dependabot dependabot bot force-pushed the dependabot/maven/test-f42d4b2591 branch from 30ded8b to 087ab39 Compare February 24, 2025 07:44
@yrodiere
Copy link
Member

@marko-bekhta Looks like the bytecode enhancement stuff no longer works with JUnit 5.12.0...

[ERROR] There was an error in the forked process

[ERROR] TestEngine with ID 'bytecode-enhanced-engine' failed to discover tests

[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process

[ERROR] TestEngine with ID 'bytecode-enhanced-engine' failed to discover tests

[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:628)

[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:285)

[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:250)

[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1241)

[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1090)

[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:910)

[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126)

[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328)

[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316)

[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)

We'll probably need to look into this before the 7.0 release (but yes, we have more urgent things to do right now). I created https://hibernate.atlassian.net/browse/HHH-19196 , we'll see when we get to that.

@marko-bekhta
Copy link
Member

yeah 🙈 😖
Thanks for creating a ticket! 🎉
I hope it's something trivial that can also be backported to 6.6 without the version update (I assume we wouldn't want to bump the JUnit version in the 6.6 branch)

@dependabot dependabot bot force-pushed the dependabot/maven/test-f42d4b2591 branch from 087ab39 to 17658e0 Compare February 24, 2025 19:51
@dependabot dependabot bot force-pushed the dependabot/maven/test-f42d4b2591 branch 2 times, most recently from 9514cb2 to 0789cc8 Compare March 10, 2025 19:20
@dependabot dependabot bot force-pushed the dependabot/maven/test-f42d4b2591 branch 6 times, most recently from dcebb79 to 33e381b Compare March 19, 2025 19:39
@dependabot dependabot bot force-pushed the dependabot/maven/test-f42d4b2591 branch 3 times, most recently from e8ddaa5 to 605739e Compare April 4, 2025 18:23
@dependabot dependabot bot force-pushed the dependabot/maven/test-f42d4b2591 branch 2 times, most recently from ac2a3e6 to 020246f Compare April 9, 2025 18:20
@dependabot dependabot bot force-pushed the dependabot/maven/test-f42d4b2591 branch from 020246f to 142c743 Compare April 16, 2025 18:17
@dependabot dependabot bot force-pushed the dependabot/maven/test-f42d4b2591 branch 2 times, most recently from bb1ff03 to 6371a8e Compare April 28, 2025 20:01
Bumps the test group with 1 update: [org.junit:junit-bom](https://github.com/junit-team/junit5).


Updates `org.junit:junit-bom` from 5.11.4 to 5.12.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.4...r5.12.0)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/test-f42d4b2591 branch from 6371a8e to 461ff24 Compare April 30, 2025 18:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants