generated from hmcts/spring-boot-template
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update dependency info.solidsoft.gradle.pitest:gradle-pitest-plugin to v1.15.0 - autoclosed #176
Closed
renovate
wants to merge
1
commit into
master
from
renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x
Closed
Update dependency info.solidsoft.gradle.pitest:gradle-pitest-plugin to v1.15.0 - autoclosed #176
renovate
wants to merge
1
commit into
master
from
renovate/info.solidsoft.gradle.pitest-gradle-pitest-plugin-1.x
Conversation
This file contains 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
3f32688
to
3175b8d
Compare
3175b8d
to
20a66f6
Compare
20a66f6
to
4de09c8
Compare
4de09c8
to
98b4333
Compare
98b4333
to
61b45f6
Compare
61b45f6
to
2fc3413
Compare
7a8e86a
to
f4aa3b7
Compare
f4aa3b7
to
4a53ccf
Compare
4a53ccf
to
ad78007
Compare
ad78007
to
c55a2f7
Compare
c55a2f7
to
d17a2b4
Compare
b9732c7
to
2673610
Compare
2673610
to
87dc98b
Compare
87dc98b
to
f05b10e
Compare
f05b10e
to
accff5c
Compare
856c223
to
7ce49bb
Compare
7ce49bb
to
9d16fdb
Compare
9d16fdb
to
89ff681
Compare
89ff681
to
9671786
Compare
9671786
to
c518d51
Compare
c518d51
to
f5b319d
Compare
f5b319d
to
d07f4d9
Compare
d07f4d9
to
22b3972
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:
1.7.0
->1.15.0
Release Notes
szpak/gradle-pitest-plugin (info.solidsoft.gradle.pitest:gradle-pitest-plugin)
v1.15.0
junit-platform-launcher
dependency totestRuntimeOnly
for JUnit Platform projects - #337 - help from Björn KautlerProject.getConvention()
usage (in Gradle 8.2+) - #343Compatibility notes
Starting with PIT 1.14.0 (with pitest-junit-plugin 1.2.0+)
junit-platform-launcher
is no longer shaded and has to be explicitly added to avoid:"Minion exited abnormally due to UNKNOWN_ERROR" or "NoClassDefFoundError: org.junit.platform.launcher.core.LauncherFactory".
As an experimental (incubating) feature,
junit-platform-launcher
is automatically added to thetestRuntimeOnly
configuration for the JUnit Platform projects.PLEASE NOTE. This feature is experimental and might not work as expected in some corner cases. In that situation, just disable it with
addJUnitPlatformLauncher = false
and add the required dependency 'junit-platform-launcher' in a proper version to 'testRuntimeOnly' manually. More information: https://github.com/szpak/gradle-pitest-plugin/issues/337v1.9.11
verbosity
flag, "spinner" disabled by default - #267 - PR by Carsten Ottoverbose
flag -verbosity
is much more versatile, especially when used from the Gradle pluginCompatibility notes
v1.9.0
inputEncoding
andoutputEncoding
(named in plugininputCharset
andoutputCharset
) - #310dependencyDistance
configuration parameter removed in PIT 1.9.0 - #311Compatibility notes
v1.7.4
--testPlugin
for PIT 1.6.7+ for forward compatibility - #277testPlugin
configuration parameter (not needed in PIT 1.6.7+, to be removed in PIT 1.8.0) - #277Compatibility notes:
testPlugin
configuration parameter is deprecated and should not be used. In fact, starting with 1.6.7 it is no longer used (it is enough to add the PIT plugin as a buildscript dependency or just setjunit5PluginVersion
to use the JUnit 5 plugin). In addition, that property is planned to be removed in PIT 1.8.0.junit5PluginVersion
no longer internally settestPlugin
property. For using with old PIT (<1.6.7) it is required to set it explicitly in configuration.Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.