monosoul / git-extended-update-index-plugin

IntelliJ IDEA plugin to add the extended support of the git update-index command.
https://plugins.jetbrains.com/plugin/11217-git-extended-update-index
Apache License 2.0
5 stars 2 forks source link

chore(deps): update gradle dependencies #56

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.8 -> 8.10.1 age adoption passing confidence
org.apache.commons:commons-lang3 (source) dependencies minor 3.14.0 -> 3.17.0 age adoption passing confidence
io.mockk:mockk (source) dependencies patch 1.13.11 -> 1.13.12 age adoption passing confidence
io.strikt:strikt-jvm (source) dependencies minor 0.34.1 -> 0.35.1 age adoption passing confidence
org.junit:junit-bom (source) dependencies minor 5.10.2 -> 5.11.0 age adoption passing confidence
org.jetbrains.kotlinx.kover plugin patch 0.8.1 -> 0.8.3 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) plugin patch 1.9.24 -> 1.9.25 age adoption passing confidence

Release Notes

gradle/gradle (gradle) ### [`v8.10.1`](https://redirect.github.com/gradle/gradle/compare/v8.10.0...v8.10.1) [Compare Source](https://redirect.github.com/gradle/gradle/compare/v8.10.0...v8.10.1) ### [`v8.10`](https://redirect.github.com/gradle/gradle/compare/v8.9.0...v8.10.0) [Compare Source](https://redirect.github.com/gradle/gradle/compare/v8.9.0...v8.10.0) ### [`v8.9`](https://redirect.github.com/gradle/gradle/compare/v8.8.0...v8.9.0) [Compare Source](https://redirect.github.com/gradle/gradle/compare/v8.8.0...v8.9.0)
mockk/mockk (io.mockk:mockk) ### [`v1.13.12`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.12) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.11...1.13.12) ##### What's Changed - Kotlin 2.0.0 by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1255](https://redirect.github.com/mockk/mockk/pull/1255) - Don't unbox primitive value class returned by suspend function by [@​SackCastellon](https://redirect.github.com/SackCastellon) in [https://github.com/mockk/mockk/pull/1253](https://redirect.github.com/mockk/mockk/pull/1253) - Fix RequireParallelTesting Annotation by [@​thamp59](https://redirect.github.com/thamp59) in [https://github.com/mockk/mockk/pull/1265](https://redirect.github.com/mockk/mockk/pull/1265) - Enable clearAllMocks to clear only thread-local mocks. by [@​xzhang-brex](https://redirect.github.com/xzhang-brex) in [https://github.com/mockk/mockk/pull/1276](https://redirect.github.com/mockk/mockk/pull/1276) ##### New Contributors - [@​SackCastellon](https://redirect.github.com/SackCastellon) made their first contribution in [https://github.com/mockk/mockk/pull/1253](https://redirect.github.com/mockk/mockk/pull/1253) - [@​thamp59](https://redirect.github.com/thamp59) made their first contribution in [https://github.com/mockk/mockk/pull/1265](https://redirect.github.com/mockk/mockk/pull/1265) - [@​xzhang-brex](https://redirect.github.com/xzhang-brex) made their first contribution in [https://github.com/mockk/mockk/pull/1276](https://redirect.github.com/mockk/mockk/pull/1276) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.11...1.13.12
robfletcher/strikt (io.strikt:strikt-jvm) ### [`v0.35.1`](https://redirect.github.com/robfletcher/strikt/releases/tag/v0.35.1): Radiant Factory - Drops support for Java < 17. - Support Spring Boot 3. - Adds `comparesEqualTo` for comparable subjects. - Adds `isEqualToIgnoringWhitespace` for string subjects. - Adds `hasSize` assertion for array subjects. - Adds `keys` and `values` mappings for map subjects
JetBrains/kotlin (org.jetbrains.kotlin.jvm) ### [`v1.9.25`](https://redirect.github.com/JetBrains/kotlin/releases/tag/v1.9.25): Kotlin 1.9.25 ##### ***Note:** This is a technical release for IntelliJ IDEA.* #### Changelog ##### Tools. JPS - [`KT-69204`](https://youtrack.jetbrains.com/issue/KT-69204) Generate lookups in dumb mode for compatibility with ref index

Configuration

📅 Schedule: Branch creation - "before 9am on Monday every 1 week" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.33%. Comparing base (712abeb) to head (da79234).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #56 +/- ## ======================================= Coverage 94.33% 94.33% ======================================= Files 10 10 Lines 106 106 Branches 15 15 ======================================= Hits 100 100 Misses 1 1 Partials 5 5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.