-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency org.openrewrite.recipe:rewrite-testing-frameworks to v3.23.0 #185
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/rewrite-testing-frameworks.version
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a8d0187 to
d2f8ddd
Compare
d2f8ddd to
ebfab5a
Compare
1859691 to
4cdc2d7
Compare
cd67db7 to
f40865e
Compare
f40865e to
67fbba6
Compare
67fbba6 to
73ea4b3
Compare
9622748 to
b44f03c
Compare
87b0f95 to
b4599ec
Compare
47c5edb to
854194c
Compare
8135109 to
dd126e6
Compare
f9efdb3 to
570bbf9
Compare
4a7f667 to
94b3d0f
Compare
94b3d0f to
cdcf567
Compare
f01208f to
6fe254b
Compare
527a3d9 to
bde13fe
Compare
9bd5032 to
20b1a1f
Compare
…-frameworks to v3.23.0
20b1a1f to
155f267
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.14.1->3.23.0Release Notes
openrewrite/rewrite-testing-frameworks (org.openrewrite.recipe:rewrite-testing-frameworks)
v3.23.0: 3.23.0Compare Source
What's Changed
@ExtendWith(MockitoExtension.class)Test using Mockito Annotations by @MBoegers in #848GradleUseJunitJupiterby @greg-at-moderne in #852hasSizeandcontainsExactlyby @timtebeek in #857stream().map(Function)toextracting(Function)by @timtebeek in #856AssertThrowsOnLastStatement: Support calls with lambda parameters by @knutwannheden in #859HamcrestMatcherToAssertJandHamcrestIsMatcherToAssertJby @knutwannheden in #863HamcrestMatcherToAssertJ:isNull()andisNotNull()take no args by @knutwannheden in #864New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.22.0...v3.23.0
v3.22.0: 3.22.0Compare Source
What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.21.3...v3.22.0
v3.21.3Compare Source
What's Changed
guava-33type table entry forAssertJIterableRulesRecipesfrom EPS by @timtebeek in #843@Rule/@ClassRuleto JUnit 5@Containerand add@Testcontainersby @jc65536 in #838New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.21.2...v3.21.3
v3.21.2Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.21.1...v3.21.2
v3.21.1Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.21.0...v3.21.1
v3.21.0: 3.21.0Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.20.0...v3.21.0
v3.20.0: 3.20.0Compare Source
What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.19.0...v3.20.0
v3.19.0: 3.19.0Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.18.0...v3.19.0
v3.18.0Compare Source
What's Changed
WithBytemanby @marcosgopen in #818MockitoWhenOnStaticToMockStaticrelated to originally not using the FQN of the class when detecting it from awhen(X.y())style usage. by @steve-aom-elliott in #826New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.17.0...v3.18.0
v3.17.0: 3.17.0Compare Source
What's Changed
JavaTemplate.Matcherchanges around matchingX.0style numbers. by @steve-aom-elliott in #816Full Changelog: openrewrite/rewrite-testing-frameworks@v3.16.3...v3.17.0
v3.16.3Compare Source
What's Changed
src/main/resources/META-INF/rewrite/classpath.tsv.gzby @timtebeek in #807UseXMLUnitLegacyTestto expect xmlunit 2.10.4 by @greg-at-moderne in #809./gradlew createTypeTableby @Jenson3210 in #808New Contributors
Full Changelog: openrewrite/rewrite-testing-frameworks@v3.16.1...v3.16.3
v3.16.2: 3.16.2Compare Source
What's Changed
Full Changelog: https://github.com/openrewrite/rewrite-testing-frameworks
v3.16.1: 3.16.1Compare Source
What's Changed
MockitoWhenOnStaticToMockStaticby @Jenson3210 in #798@BeforeMethodand@BeforeClassannotated methods forMockitoWhenOnStaticToMockStaticby @steve-aom-elliott in #799MockitoWhenOnStaticToMockStaticby @steve-aom-elliott in #800Full Changelog: openrewrite/rewrite-testing-frameworks@v3.16.0...v3.16.1
v3.16.0: 3.16.0Compare Source
What's Changed
@ValueSourceinstead of@CsvSourcewhere there's a single arg by @timtebeek in #797@EnabledOnJre,@DisabledOnJre,@EnabledForJreRangeand@DisabledForJreRangefor JUnit 6's Java 17 minimum by @Jenson3210 in #795Full Changelog: openrewrite/rewrite-testing-frameworks@v3.15.1...v3.16.0
v3.15.1Compare Source
What's Changed
TestMethodsShouldBeVoidrecipe to fix tests not discovered by @timtebeek in #791JUnitTryFailToAssertThatThrownByby @timtebeek in #781Full Changelog: openrewrite/rewrite-testing-frameworks@v3.15.0...v3.15.1
v3.15.0: 3.15.0Compare Source
What's Changed
org.testng:testng. by @steve-aom-elliott in #760Full Changelog: openrewrite/rewrite-testing-frameworks@v3.14.0...v3.15.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.