KAFKA-20862 update gradle-versions-plugin to improve dependencyUpdates task result output - #22995
Open
dejan2609 wants to merge 1 commit into
Open
KAFKA-20862 update gradle-versions-plugin to improve dependencyUpdates task result output#22995dejan2609 wants to merge 1 commit into
dependencyUpdates task result output#22995dejan2609 wants to merge 1 commit into
Conversation
dependencyUpdates task result output
dependencyUpdates task result outputdependencyUpdates task result output
…rove `./gradlew dependencyUpdates` task result output; jacoco version is also updated (0.8.14 -->> 0.8.15) release notes: - gradle-versions-plugin: - https://github.com/ben-manes/gradle-versions-plugin/releases/tag/v0.57.0 - https://github.com/ben-manes/gradle-versions-plugin/releases/tag/v0.58.0 - jacoco: - https://github.com/jacoco/jacoco/releases/tag/v0.8.15
Contributor
Author
|
Comparing trunk: ./gradlew dU | grep -E "jacoco|kafka|streams"`this PR: ./gradlew dU | grep -E "jacoco|kafka|streams"`Details |
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
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.
Prologue (how it started): an awkward situation with dependencies update report was spotted while testing JaCoCo version update (after executing
./gradlew dependencyUpdatestask) so it makes sense to update JaCoCo version (0.8.14 -->> 0.8.15) all along.Jira ticket: KAFKA-20862
Action points:
gradle-versions-plugin: 0.56.0 -->> 0.58.0dependencyUpdatestask output looks much better nowjacoco: 0.8.14 -->> 0.8.15Rationale:
gradle-versions-pluginteam covered this case in docs (they added a new section in theirREADME.md):gradle-versions-plugindevelopers used my report and Kafka codebase to improve output for theirdependencyUpdatestask:Addendum: Jacoco latest version release notes >> https://github.com/jacoco/jacoco/releases/tag/v0.8.15