From d83c67b59e244fb537714dfaaa7acc59a0aafb90 Mon Sep 17 00:00:00 2001 From: github-cash-renovate-jvm-2 <127262513+github-cash-renovate-jvm-2@users.noreply.github.com> Date: Sun, 22 Dec 2024 11:26:24 +1100 Subject: [PATCH] This PR contains the following updates: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | Package | Type | Package file | Manager | Update | Change | |---|---|---|---|---|---| | [org.assertj:assertj-core](https://assertj.github.io/doc/#assertj-core) ([source](https://github.com/assertj/assertj)) | dependencies | misk/gradle/libs.versions.toml | gradle | minor | `3.26.3` -> `3.27.0` | | [org.jetbrains.kotlinx.binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) | plugin | misk/gradle/libs.versions.toml | gradle | minor | `0.16.3` -> `0.17.0` | | [software.amazon.awssdk:sdk-core](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.29.37` -> `2.29.39` | | [software.amazon.awssdk:dynamodb-enhanced](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.29.37` -> `2.29.39` | | [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.29.37` -> `2.29.39` | | [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.29.37` -> `2.29.39` | | [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.29.37` -> `2.29.39` | | [software.amazon.awssdk:auth](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.29.37` -> `2.29.39` | --- ### Release Notes
Kotlin/binary-compatibility-validator (org.jetbrains.kotlinx.binary-compatibility-validator) ### [`v0.17.0`](https://github.com/Kotlin/binary-compatibility-validator/releases/tag/0.17.0) [Compare Source](https://github.com/Kotlin/binary-compatibility-validator/compare/0.16.3...0.17.0) #### What's Changed - `$suspendImpl` functions are now filtered from dumps ([#​271](https://github.com/Kotlin/binary-compatibility-validator/issues/271)) This change may cause validation failures for projects where dumps already contain such functions. It is recommended to regenerate dumps (`apiDump` task) after updating the BCV to `0.17.0`. - Supported class files generated for JVM target 23 ([#​284](https://github.com/Kotlin/binary-compatibility-validator/issues/284))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 6pm every weekday,before 2am every weekday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). GitOrigin-RevId: 93958c08cfec442c4c0ece414e7da1959e0e9aa9 --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bf4b27f7d6..84e4b3d90b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] awaitility = "4.2.2" aws1 = "1.12.780" -aws2 = "2.29.37" +aws2 = "2.29.39" bucket4j = "8.8.0" datadog = "1.44.1" dependencyAnalysisPlugin = "2.6.1" @@ -15,7 +15,7 @@ jackson = "2.18.2" junit = "5.11.4" kotest = "5.9.1" kotlin = "1.9.25" -kotlinBinaryCompatibilityPlugin = "0.16.3" +kotlinBinaryCompatibilityPlugin = "0.17.0" mavenPublish = "0.28.0" micrometer = "1.12.13" netty = "4.1.116.Final" @@ -30,7 +30,7 @@ wire = "5.0.0" apacheCommonsIo = { module = "commons-io:commons-io", version = "2.18.0" } apacheCommonsLang = { module = "org.apache.commons:commons-lang3", version = "3.17.0" } apacheCommonsPool = { module = "org.apache.commons:commons-pool2", version = "2.12.0" } -assertj = { module = "org.assertj:assertj-core", version = "3.26.3" } +assertj = { module = "org.assertj:assertj-core", version = "3.27.0" } awaitility = { module = "org.awaitility:awaitility", version.ref = "awaitility" } awaitilityKotlin = { module = "org.awaitility:awaitility-kotlin", version.ref = "awaitility" } aws2Auth = { module = "software.amazon.awssdk:auth", version.ref = "aws2" }