petertrr / kotlin-multiplatform-diff

Multiplaform kotlin library for calculating text differences. Based on java-diff-utils, supports JVM, JS and native targets.
Apache License 2.0
75 stars 5 forks source link

chore(deps): update dependency gradle to v7.4.2 #30

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
gradle (source) patch 7.4.1 -> 7.4.2

Release Notes

gradle/gradle ### [`v7.4.2`](https://togithub.com/gradle/gradle/releases/v7.4.2) This is a patch release for Gradle 7.4. See the list of fixed issues: https://docs.gradle.org/7.4.2/release-notes.html We recommend users upgrade to 7.4.2 instead of 7.4 or another patch release. #### Upgrade Instructions Switch your build to use Gradle 7.4.2 by updating your wrapper: ./gradlew wrapper --gradle-version=7.4.2 See the [Gradle 7.x upgrade guide](https://docs.gradle.org/7.4.2/userguide/upgrading_version\_7.html#changes\_7.4) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.4.2. #### Reporting Problems If you find a problem with this release, please file a bug on [GitHub Issues](https://togithub.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss).

Configuration

📅 Schedule: "before 4am on Saturday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 WhiteSource Renovate. View repository job log here.

codecov[bot] commented 2 years ago

Codecov Report

Merging #30 (b9098c0) into main (ea19379) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##               main      #30   +/-   ##
=========================================
  Coverage     84.34%   84.34%           
  Complexity      113      113           
=========================================
  Files            14       14           
  Lines           492      492           
  Branches         87       87           
=========================================
  Hits            415      415           
  Misses           53       53           
  Partials         24       24           
Flag Coverage Δ
unittests 84.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ea19379...b9098c0. Read the comment docs.