Skip to content

Commit

Permalink
This PR contains the following updates:
Browse files Browse the repository at this point in the history
| 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

<details>
<summary>Kotlin/binary-compatibility-validator
(org.jetbrains.kotlinx.binary-compatibility-validator)</summary>

###
[`v0.17.0`](https://github.com/Kotlin/binary-compatibility-validator/releases/tag/0.17.0)

[Compare
Source](Kotlin/binary-compatibility-validator@0.16.3...0.17.0)

#### What's Changed

- `$suspendImpl` functions are now filtered from dumps
([#&#8203;271](Kotlin/binary-compatibility-validator#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
([#&#8203;284](Kotlin/binary-compatibility-validator#284))

</details>

---

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

---

- [ ] <!-- rebase-check -->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
  • Loading branch information
github-cash-renovate-jvm-2 authored and svc-squareup-copybara committed Dec 22, 2024
1 parent 9694d2e commit d83c67b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand All @@ -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" }
Expand Down

0 comments on commit d83c67b

Please sign in to comment.