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 junit5Version from 5.9.2 to 5.9.3 #2015

Merged
merged 2 commits into from
Jun 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2023

Bumps junit5Version from 5.9.2 to 5.9.3.
Updates org.junit.jupiter:junit-jupiter-api from 5.9.2 to 5.9.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter-api's releases.

JUnit 5.9.3 = Platform 1.9.3 + Jupiter 5.9.3 + Vintage 5.9.3

See Release Notes.

Commits

Updates org.junit.jupiter:junit-jupiter-engine from 5.9.2 to 5.9.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter-engine's releases.

JUnit 5.9.3 = Platform 1.9.3 + Jupiter 5.9.3 + Vintage 5.9.3

See Release Notes.

Commits

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 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 `junit5Version` from 5.9.2 to 5.9.3.

Updates `org.junit.jupiter:junit-jupiter-api` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.2...r5.9.3)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.2...r5.9.3)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added java Pull requests that update Java code type: dependency 📚 labels Apr 26, 2023
@github-actions
Copy link

github-actions bot commented Apr 26, 2023

Test Results

2 427 tests  +44   2 398 ✔️ +47   22s ⏱️ -1s
   113 suites  -   3        29 💤  -   3 
   113 files    -   3          0 ±  0 

Results for commit 9a1caa6. ± Comparison against base commit 72a49fc.

This pull request removes 60 and adds 104 tests. Note that renamed tests count towards both.
picocli.Issue1380Test ‑ testingWithExclusiveFalse
picocli.Issue1380Test ‑ testingWithExclusiveTrue
picocli.Issue1420Test ‑ testingWithResourceBundle1
picocli.annotation.processing.tests.AbstractCommandSpecProcessorTest ‑ testCommandWithBundleLoaded
picocli.annotation.processing.tests.AbstractCommandSpecProcessorTest ‑ testCommandWithBundleNotLoaded
picocli.annotation.processing.tests.AbstractCommandSpecProcessorTest ‑ testCommandWithMixin
picocli.annotation.processing.tests.AbstractCommandSpecProcessorTest ‑ testGetterMethodOnInterface
picocli.annotation.processing.tests.AbstractCommandSpecProcessorTest ‑ testInvalidAnnotationCombinations
picocli.annotation.processing.tests.AbstractCommandSpecProcessorTest ‑ testInvalidAnnotationCombinations2
picocli.annotation.processing.tests.AbstractCommandSpecProcessorTest ‑ testInvalidAnnotationCombinations3
…
picocli.MapOptionsOptionalTest ‑ testArrayOfOptionalsNotSupported
picocli.MapOptionsOptionalTest ‑ testBooleanIfNoValueMultiple
picocli.MapOptionsOptionalTest ‑ testListOfOptionalsNotSupported
picocli.MapOptionsOptionalTest ‑ testMapFallbackValueDescriptionVariable
picocli.MapOptionsOptionalTest ‑ testMapWithOptionalKeysNotSupported
picocli.MapOptionsOptionalTest ‑ testOptionalEmptyIfNoValueWithFallbackNull
picocli.MapOptionsOptionalTest ‑ testOptionalIfNoValue
picocli.MapOptionsOptionalTest ‑ testOptionalIfNoValueMultiple
picocli.MapOptionsOptionalTest ‑ testOptionalIfNoValueMultipleWithFallbackNull
picocli.MapOptionsOptionalTest ‑ testOptionalIntegerIfNoValueMultiple
…
This pull request removes 5 skipped tests and adds 2 skipped tests. Note that renamed tests count towards both.
picocli.Issue1420Test ‑ testingWithResourceBundle1
picocli.annotation.processing.tests.AnnotatedCommandSourceGeneratorProcessorTest ‑ generate
picocli.annotation.processing.tests.AnnotatedCommandSourceGeneratorProcessorTest ‑ generateNested2
picocli.annotation.processing.tests.AnnotatedCommandSourceGeneratorTest ‑ generate
picocli.annotation.processing.tests.Issue1444Test ‑ testGenerateReflectConfigIssue1444CompileOnlyConcreteSubclass
picocli.groovy.ClosureInAnnotationsDisabledTest ‑ testClosureDemo
picocli.groovy.ClosureInAnnotationsTest ‑ testTypeConverter

♻️ This comment has been updated with latest results.

@remkop remkop added this to the 4.7.4 milestone Jun 2, 2023
@remkop remkop merged commit 90e79e2 into main Jun 2, 2023
81 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/junit5Version-5.9.3 branch June 2, 2023 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Pull requests that update Java code type: dependency 📚
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant