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

fix(deps): update dependency org.junit-pioneer:junit-pioneer to v2 #1100

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit-pioneer:junit-pioneer (source) 1.9.1 -> 2.3.0 age adoption passing confidence

Release Notes

junit-pioneer/junit-pioneer (org.junit-pioneer:junit-pioneer)

v2.3.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

2.3.0
  • 2024-10-06 - 16 commit(s) by Boris Faniuk, Daniel Kraus, Fanon Jupkwo, Jason Penilla, Ján Jančár, Knut Wannheden, Marcin Zajączkowski, Matthias Bünger, Mihály Verhás, Róbert Papp
  • Update JUnit and Java (#​826)
  • Fix StdOut in StdIo handling of Unicode (#​823)
  • StdIo extension mishandles non-ASCII StdOut (#​822)
  • Avoid skipping the last execution error message for @RetryingTest (#​821)
  • [Question] Log for last test with @RetryingTest (#​820)
  • Add new DisplayNameGenerator ReplaceCamelCaseAndUnderscoreAndNumber (#​819)
  • Upgrade JUnit (Pioneer) and Java (CI) (#​818)
  • Add @FailsAt annotation (#​814)
  • Move to only $YEAR (#​813)
  • Mention naming convention in CONTRIBUTING.adoc (#​809 / #​812) (#​812)
  • Mention naming convention in contributing (#​809)
  • Update Gradle Wrapper 8.5 to 8.7 (#​807)
  • Upgrade Gradle 8.4 to 8.5 and upgrade related Gradle Plugins (#​805)
  • Update GitHub actions to run on Node 20 (#​804)
  • Migrate to setup-gradle@v3 (#​803)
  • Update copyright line to 2024 (#​801)
  • Small improvements and fixes (#​800)
  • Switch JUnit to 5.10 (#​799)
  • Fix jacoco output file location (#​798)
  • Introduce DisplayNameGenerator to support CamelCase, underscores, and numbers (#​793)
  • Polish demo code (#​790)
  • Add withExceptions attribute to @ExpectedToFail (#​774)
  • Support @ExpectedToFail(onExceptions=MyException.class) (#​769)
  • Add time data to issue report if test is annotated with @Stopwatch (#​743)
  • Create interaction between @Stopwatch and @Issue (#​689)
  • Provide a @FailAt annotation (#​549)

v2.2.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

2.2.0
  • 2023-11-16 - 17 commit(s) by Daniel Kraus, Mihály Verhás, Nicolai Parlog, Pëtr Andreev
  • Add Nested annotation in Demo where it's missing (#​791)
  • Throw MultipleFailuresError when last retry failed (#​789)
  • Homogenize and improve Javadoc, particularly

    tags: (#​787)

  • Create separate Sonar step in build (update to Java 17) (#​784)
  • Make SonarCloud job use Java 17 (#​782)
  • Include Java 21 in build (#​775)
  • Improve environment variable extension for Java 17+ (#​773)
  • Improve documentation of environment variable extension (#​771)
  • Update Gradle Wrapper to 8.4 (#​768)
  • Add back support for NULL values to Cartesian Argument Providers (#​765)
  • CartesianTestExtension doesn't support NULL values (#​764)
  • Replace markdown with Asciidoc (#​763)
  • Update plugins, deps, actions, and docs (#​761)
  • Update Gradle Wrapper to 8.3 (#​760)
  • Fix implicit task dependency of generateChangelog (#​759)
  • Fix Simple Arguments Aggregator docs (#​758)
  • Update StdOutputStream to keep trailing empty lines (#​754)
  • StdOutputStream final linefeed ambiguity. (#​750)
  • @​RetryingTest wraps AssertionFailedError, which prevents IntelliJ's "" from functioning (#​735)
  • Convert Markdown files to AsciiDoc (#​656)

v2.1.0

Compare Source

Changelog handcrafted due to #​757

Prominent Changes:

Other changes:

  • Update project (#​752)
  • Use argument converter in @NumberToByteArrayConversion docs (#​734 / #​751)
  • Add missing / to end version tag in Maven instruction (#​746)
  • Update code to Java 11 (#​706 / #​707)
  • Update Gradle Wrapper to 8.1.1 (#​732)

2023-09-08 - 9 commit(s) by Daniel Kraus, Nicolai Parlog, Eric, Kim Saabye Pedersen, Mihály Verhás, Stefano Cordio

v2.0.1

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

Prominent Changes:

  • StdIn should be available() (#​725)
  • JPMS: Pioneer does not contain module version (#​713)

Other changes:

  • Update Java, plugins, and dependencies (#​726)

2023-04-15 - 3 commit(s) by Matthias Bünger, Nicolai Parlog

v2.0.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

2.0.0

Prominent changes:

  • Upgrade Pioneer to JDK 11 (#​617)
  • Avoid use of Locale constructor in default locale extension (#​658)
  • Rework CartesianProductTest (#​487)
  • CartesianTest clean-up (#​517)
  • Removing CartesionProductExtension version 1 (#​635)

Other changes:

  • Knock Nicolai down a peg (#​683)
  • Fix typo to let the warning render correctly on environment variables docs (#​710)
  • Upgrade to Gradle 7.6 (#​693)
  • ci: GitHub Actions setup-java v3 (#​702)

2022-12-21 - 5 commit(s) by Daniel Kraus, Matthias Bünger, Nicolai Parlog, Róbert Papp, sullis


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 10, 2024 12:21
@github-actions github-actions bot requested a review from aepfli December 10, 2024 12:22
@renovate renovate bot force-pushed the renovate/org.junit-pioneer-junit-pioneer-2.x branch 6 times, most recently from 0c346ac to c2700e0 Compare December 17, 2024 20:30
@renovate renovate bot force-pushed the renovate/org.junit-pioneer-junit-pioneer-2.x branch from c2700e0 to a6e0ae4 Compare December 17, 2024 22:09
@aepfli
Copy link
Member

aepfli commented Dec 18, 2024

junit pioneer v2 requires a higher java version, than we are using.

@aepfli aepfli closed this Dec 18, 2024
Copy link
Contributor Author

renovate bot commented Dec 18, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/org.junit-pioneer-junit-pioneer-2.x branch December 18, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant