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.3.3 #20

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.3.2 -> 7.3.3

Release Notes

gradle/gradle ### [`v7.3.3`](https://togithub.com/gradle/gradle/releases/v7.3.3) This is a patch release for Gradle 7.3. It fixes the following issues: - [#​19360](https://togithub.com/gradle/gradle/issues/19360) Upgrade checks to Log4j 2.17.0 We recommend users upgrade to 7.3.3 instead of 7.3. Given the context of the Log4Shell vulnerability, make sure you take a look at [our blog post](https://blog.gradle.org/log4j-vulnerability) on this topic. #### Upgrade Instructions Switch your build to use Gradle 7.3.3 by updating your wrapper: ./gradlew wrapper --gradle-version=7.3.3 See the [Gradle 7.x upgrade guide](https://docs.gradle.org/7.3.3/userguide/upgrading_version\_7.html#changes\_7.3) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.3.3. #### 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: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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 #20 (b038b31) into main (4a6e02d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main      #20   +/-   ##
=========================================
  Coverage     83.72%   83.72%           
  Complexity      104      104           
=========================================
  Files            12       12           
  Lines           467      467           
  Branches         84       84           
=========================================
  Hits            391      391           
  Misses           52       52           
  Partials         24       24           
Flag Coverage Δ
unittests 83.72% <ø> (ø)

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 4a6e02d...b038b31. Read the comment docs.