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.flywaydb.flyway | plugin | misk/gradle/libs.versions.toml | gradle
| patch | `11.3.1` -> `11.3.2` |
| [com.squareup.wire](https://github.com/square/wire) | plugin |
misk/gradle/libs.versions.toml | gradle | minor | `5.2.1` -> `5.3.0` |
| [com.squareup.wire:wire-schema](https://github.com/square/wire) |
dependencies | misk/gradle/libs.versions.toml | gradle | minor | `5.2.1`
-> `5.3.0` |
| [com.squareup.wire:wire-runtime](https://github.com/square/wire) |
dependencies | misk/gradle/libs.versions.toml | gradle | minor | `5.2.1`
-> `5.3.0` |
| [com.squareup.wire:wire-reflector](https://github.com/square/wire) |
dependencies | misk/gradle/libs.versions.toml | gradle | minor | `5.2.1`
-> `5.3.0` |
| [com.squareup.wire:wire-moshi-adapter](https://github.com/square/wire)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`5.2.1` -> `5.3.0` |
| [com.squareup.wire:wire-grpc-client](https://github.com/square/wire) |
dependencies | misk/gradle/libs.versions.toml | gradle | minor | `5.2.1`
-> `5.3.0` |
| [com.squareup.wire:wire-bom](https://github.com/square/wire) |
dependencies | misk/gradle/libs.versions.toml | gradle | minor | `5.2.1`
-> `5.3.0` |
| [software.amazon.awssdk:sdk-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.30.20` -> `2.30.21` |
| [software.amazon.awssdk:sqs](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.30.20` -> `2.30.21` |
|
[software.amazon.awssdk:dynamodb-enhanced](https://aws.amazon.com/sdkforjava)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.30.20` -> `2.30.21` |
| [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.30.20` -> `2.30.21` |
| [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.30.20` -> `2.30.21` |
| [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.30.20` -> `2.30.21` |
| [software.amazon.awssdk:auth](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.30.20` -> `2.30.21` |

---

### Release Notes

<details>
<summary>square/wire (com.squareup.wire)</summary>

###
[`v5.3.0`](https://github.com/square/wire/blob/HEAD/CHANGELOG.md#Version-530)

[Compare Source](square/wire@5.2.1...5.3.0)

*2025-02-14*

##### Common

- Add support for weak imports in ProtoParser and ProtoFileElement
([#&#8203;3247](square/wire#3247) by
\[paul35621]\[paul35621])
- Add Gradle and CLI options to load the protobuf schema exhaustively
([#&#8203;3254](square/wire#3254) by \[Damian
Wieczorek]\[damianw])

##### Swift

- Fix conformance to ProtoMessage for heap allocated protos
([#&#8203;3260](square/wire#3260) by
\[Dimitris Koutsogiorgas]\[dnkoutso])

##### Gradle plugin

- Removed usage of internal Gradle APIs in the Wire Gradle plugin which
were crashing in Gradle `8.13`.

</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**: Never, 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: 99093fc154f455e28ebe8007a19636cb549f15d1
  • Loading branch information
github-cash-renovate-jvm-2 authored and svc-squareup-copybara committed Feb 17, 2025
1 parent b93fb3c commit 4cea472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.781"
aws2 = "2.30.20"
aws2 = "2.30.21"
bucket4j = "8.8.0"
datadog = "1.46.0"
dependencyAnalysisPlugin = "2.8.2"
Expand Down Expand Up @@ -225,7 +225,7 @@ binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibilit
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version.ref = "dependencyAnalysisPlugin" }
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
flyway = { id = "org.flywaydb.flyway", version = "11.3.1" }
flyway = { id = "org.flywaydb.flyway", version = "11.3.2" }
jooq = { id = "nu.studer.jooq", version = "9.0" }
kotlinAllOpen = { id = "org.jetbrains.kotlin.plugin.allopen", version.ref = "kotlin" }
kotlinJpa = { id = "org.jetbrains.kotlin.plugin.jpa", version.ref = "kotlin" }
Expand Down

0 comments on commit 4cea472

Please sign in to comment.