From 558392dedbdd93777f28d21eb54ec9649765406b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 05:05:33 +0000 Subject: [PATCH] chore: Update Test dependencies (#232) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.mockk:mockk-jvm](https://mockk.io) ([source](https://redirect.github.com/mockk/mockk)) | `1.13.12` -> `1.13.13` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.mockk:mockk-jvm/1.13.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.mockk:mockk-jvm/1.13.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.mockk:mockk-jvm/1.13.12/1.13.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.mockk:mockk-jvm/1.13.12/1.13.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [ch.qos.logback:logback-classic](http://logback.qos.ch) ([source](https://redirect.github.com/qos-ch/logback), [changelog](https://logback.qos.ch/news.html)) | `1.5.8` -> `1.5.9` | [![age](https://developer.mend.io/api/mc/badges/age/maven/ch.qos.logback:logback-classic/1.5.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/ch.qos.logback:logback-classic/1.5.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/ch.qos.logback:logback-classic/1.5.8/1.5.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/ch.qos.logback:logback-classic/1.5.8/1.5.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mockk/mockk (io.mockk:mockk-jvm) ### [`v1.13.13`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.13) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.12...1.13.13) #### 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) - build(issue 1280): bump toolchain-jvm version to 17 by [@​Kulesko](https://redirect.github.com/Kulesko) in [https://github.com/mockk/mockk/pull/1281](https://redirect.github.com/mockk/mockk/pull/1281) - fix(1284): do not transform static constructor by [@​LitterSun](https://redirect.github.com/LitterSun) in [https://github.com/mockk/mockk/pull/1285](https://redirect.github.com/mockk/mockk/pull/1285) - Remove unused loggers by [@​Sandhya2902](https://redirect.github.com/Sandhya2902) in [https://github.com/mockk/mockk/pull/1011](https://redirect.github.com/mockk/mockk/pull/1011) - chore: converting functions to expression bodies and minor function refactoring by [@​casplattel](https://redirect.github.com/casplattel) in [https://github.com/mockk/mockk/pull/1260](https://redirect.github.com/mockk/mockk/pull/1260) - Add anyNullable by [@​NWuensche](https://redirect.github.com/NWuensche) in [https://github.com/mockk/mockk/pull/1287](https://redirect.github.com/mockk/mockk/pull/1287) - fix(813): Handle nullable value classes by [@​VasilisDrettas-tomtom](https://redirect.github.com/VasilisDrettas-tomtom) in [https://github.com/mockk/mockk/pull/1295](https://redirect.github.com/mockk/mockk/pull/1295) - Improve error message on unexpected calls count by [@​MGaetan89](https://redirect.github.com/MGaetan89) in [https://github.com/mockk/mockk/pull/1298](https://redirect.github.com/mockk/mockk/pull/1298) - Run `unmockkAll` after each JUnit 5 test by [@​erikhuizinga](https://redirect.github.com/erikhuizinga) in [https://github.com/mockk/mockk/pull/1297](https://redirect.github.com/mockk/mockk/pull/1297) #### 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) - [@​Kulesko](https://redirect.github.com/Kulesko) made their first contribution in [https://github.com/mockk/mockk/pull/1281](https://redirect.github.com/mockk/mockk/pull/1281) - [@​LitterSun](https://redirect.github.com/LitterSun) made their first contribution in [https://github.com/mockk/mockk/pull/1285](https://redirect.github.com/mockk/mockk/pull/1285) - [@​VasilisDrettas-tomtom](https://redirect.github.com/VasilisDrettas-tomtom) made their first contribution in [https://github.com/mockk/mockk/pull/1295](https://redirect.github.com/mockk/mockk/pull/1295) - [@​MGaetan89](https://redirect.github.com/MGaetan89) made their first contribution in [https://github.com/mockk/mockk/pull/1298](https://redirect.github.com/mockk/mockk/pull/1298) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.11...1.13.13
--- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on Saturday every 1 week" in timezone Europe/Berlin, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/monosoul/jooq-gradle-plugin). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- artifact-tests/build.gradle.kts | 2 +- libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/artifact-tests/build.gradle.kts b/artifact-tests/build.gradle.kts index fee1ddc..5220c14 100644 --- a/artifact-tests/build.gradle.kts +++ b/artifact-tests/build.gradle.kts @@ -10,7 +10,7 @@ dependencies { testImplementation(enforcedPlatform(libs.junit.bom)) testImplementation(libs.junit.jupiter) testImplementation(libs.strikt) - testImplementation("ch.qos.logback:logback-classic:1.5.8") + testImplementation("ch.qos.logback:logback-classic:1.5.9") testImplementation(libs.jna) } diff --git a/libs.versions.toml b/libs.versions.toml index ba574f4..59a2800 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -15,7 +15,7 @@ testcontainers-postgresql = { module = "org.testcontainers:postgresql", version. junit-bom = "org.junit:junit-bom:5.11.2" junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" } strikt = "io.strikt:strikt-jvm:0.34.1" -mockk = "io.mockk:mockk-jvm:1.13.12" +mockk = "io.mockk:mockk-jvm:1.13.13" ktlint = "com.pinterest.ktlint:ktlint-cli:1.3.1"