Update all patch dependencies (master) #387
Merged
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.0.4
->3.0.5
3.0.0
->3.0.1
1.6.11
->1.6.13
4.7.0
->4.7.5
4.7.0
->4.7.5
4.7.0
->4.7.5
1.3.2
->1.3.3
Release Notes
ajoberstar/gradle-git-publish (org.ajoberstar.git-publish)
v3.0.1
Compare Source
Starts publishing to Maven Central and drops publishing directly to Gradle plugin portal to really ensure POM references static versions. Since the plugin is published to Maven Central (which the Gradle plugin portal proxies), no changes should be needed from consumers.
Breaking Changes
None
Enhancements
None
Fixes
Deprecations
None
Compatibility
Tested on the following version:
swagger-api/swagger-core (io.swagger:swagger-annotations)
v1.6.13
: Swagger-core 1.6.13 released!What's Changed
kotlin.Deprecated
as a deprecated operation by @sokomishalov in https://github.com/swagger-api/swagger-core/pull/4463New Contributors
Full Changelog: swagger-api/swagger-core@v1.6.12...v1.6.13
v1.6.12
: Swagger-core 1.6.12 released!What's Changed
Full Changelog: swagger-api/swagger-core@v1.6.11...v1.6.12
remkop/picocli (info.picocli:picocli-shell-jline3)
v4.7.5
The picocli community is pleased to announce picocli 4.7.5.
This release includes bugfixes and enhancements.
Many thanks to the picocli community for raising these issues and providing the pull requests to address them!
This is the eighty-forth public release.
Picocli follows semantic versioning.
Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).
Table of Contents
New and Noteworthy
Fixed issues
echo=false
forinteractive
options and positional parameters. Thanks to szzsolt for raising this.picocli.shell.jline3.PicoCommand
. Thanks to clebertsuconic for the pull request.exclusive=false
andmultiplicity=1
should require at least one option; fix regression and refine solution introduced in [#1848][#2030]. Thanks to Utkarsh Mittal for raising this.graalvm-native-image-plugin
. Thanks to Bhavik Patel for the pull request.Deprecations
No features were deprecated in this release.
Potential breaking changes
This release has no breaking changes.
v4.7.4
The picocli community is pleased to announce picocli 4.7.4.
This release includes bugfixes and enhancements.
Many thanks to the picocli community for raising these issues and providing the pull requests to address them!
This is the eighty-third public release.
Picocli follows semantic versioning.
Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).
Table of Contents
New and Noteworthy
See fixed items below.
I cheated on the semantic versioning in this release: a public setter method was added in a class in the
picocli.shell.jline3
module. In spite of that, the version number went from 4.7.3 to 4.7.4 (not 4.8.0). My apologies.Fixed issues
picocli.shell.jline3.PicocliCommands
. Thanks to Irina Leontyuk for raising this.java.nio.charset.UnsupportedCharsetException: cp0
on windows, and fall back to the default charset if the charset provided by System propertysun.stdout.encoding
is invalid. Thanks toBartosz Spyrko-Smietanko for the pull request.
ArgGroup
becoming optional when combined withDefaultValueProvider
. Thanks to Ruud Senden and Mike Snowden for the pull request.Deprecations
No features were deprecated in this release.
Potential breaking changes
This release has no breaking changes.
v4.7.3
The picocli community is pleased to announce picocli 4.7.3.
This release includes bugfixes and enhancements.
This is the eighty-second public release.
Picocli follows semantic versioning.
Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).
Table of Contents
New and Noteworthy
Fixed a regression introduced in picocli 4.7.2.
Multi-value options whose
fallbackValue
is set toCommandLine.Option.NULL_VALUE
, may see aNullPointerException
if the option is specified on the command line without a parameter but with a=
attached, like--option=
.Also, this release fixes broken links in the Javadoc.
Fixed issues
Deprecations
No features were deprecated in this release.
Potential breaking changes
This release has no breaking changes.
v4.7.2
The picocli community is pleased to announce picocli 4.7.2.
This release includes bugfixes and enhancements.
This is the eighty-first public release.
Picocli follows semantic versioning.
Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).
Table of Contents
New and Noteworthy
fallbackValue=Option.NULL_VALUE
did not work forCollection
or array options.isJansiConsoleInstalled
performance issue.paramLabel
string auto-generated from Kotlininternal
methods which have mangled names with embedded "$".Fixed issues
fallbackValue=Option.NULL_VALUE
did not work forCollection
or array options. Thanks to Jiri Daněk for raising this.isJansiConsoleInstalled
performance issue. Thanks to ChrisTrenkamp for the pull request.paramLabel
string auto-generated from Kotlininternal
methods which have mangled names with embedded "$". Thanks to Ken Yee for raising this.Deprecations
No features were deprecated in this release.
Potential breaking changes
This release has no breaking changes.
v4.7.1
The picocli community is pleased to announce picocli 4.7.1.
This release includes bugfixes and enhancements.
This is the eightieth public release.
Picocli follows semantic versioning.
Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).
Table of Contents
New and Noteworthy
Fixed issues
picocli-groovy
module should not declareorg.codehaus.groovy:groovy-all
as dependency. Thanks to Mattias Andersson and Michael Kutz for raising this, and to Paul King for the analysis.CommandLine.Interpreter.applyValueToSingleValuedField
. Thanks to Jiehong for the pull request.StringIndexOutOfBoundsException
in usage help when command has too many (and long) aliases. Thanks to Martin for raising this.fallbackValue
to vararg multi-value options, not just single-value options. Thanks to Andreas Sewe for raising this.ManPageGeneratorTest
. Thanks to Mike Snowden for the pull request.System.exit
usage. Thanks to Tadaya Tsuyukubo for the pull request.picocli-codegen/README.adoc
. Thanks to Seyyed Emad Razavi for the pull request.picocli-annotation-processing-tests
failures on Java 16+: rewrite tests to avoid Googlecompiler-test
API that internally usescom.sun.tools.javac.util.Context
.Deprecations
No features were deprecated in this release.
Potential breaking changes
This release has no breaking changes.
hivemq/hivemq-mqtt-client (com.hivemq:hivemq-mqtt-client)
v1.3.3
: 1.3.3Compare Source
What's Changed
Full Changelog: hivemq/hivemq-mqtt-client@v1.3.2...v1.3.3
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.