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 |
|---|---|---|---|---|---|
| [com.squareup.moshi:moshi-kotlin](https://github.com/square/moshi) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`1.15.1` -> `1.15.2` |
| [com.squareup.moshi:moshi](https://github.com/square/moshi) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`1.15.1` -> `1.15.2` |
| [com.squareup.moshi:moshi-adapters](https://github.com/square/moshi) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`1.15.1` -> `1.15.2` |
|
[com.google.http-client:google-http-client-jackson2](https://github.com/googleapis/google-http-java-client)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`1.45.1` -> `1.45.2` |
|
[com.google.http-client:google-http-client](https://github.com/googleapis/google-http-java-client)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`1.45.1` -> `1.45.2` |

---

### 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: 79eb2056180e8f655a18a380bf49725ec5f571ab
  • Loading branch information
github-cash-renovate-jvm-2 authored and svc-squareup-copybara committed Dec 6, 2024
1 parent f67b403 commit c1e6a30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ detekt = "1.23.7"
docker = "3.4.0"
flyway = "11.0.1"
googleAuth = "1.30.0"
googleHttp = "1.45.1"
googleHttp = "1.45.2"
hoplite = "2.7.5"
jackson = "2.18.2"
junit = "5.11.3"
Expand Down Expand Up @@ -171,9 +171,9 @@ micrometerCore = { module = "io.micrometer:micrometer-core", version.ref = "micr
micrometerRegistryPrometheus = { module = "io.micrometer:micrometer-registry-prometheus", version.ref = "micrometer" }
mockitoCore = { module = "org.mockito:mockito-core", version = "5.14.2" }
mockitoKotlin = { module = "org.mockito.kotlin:mockito-kotlin", version = "5.4.0" }
moshiAdapters = { module = "com.squareup.moshi:moshi-adapters", version = "1.15.1" }
moshiCore = { module = "com.squareup.moshi:moshi", version = "1.15.1" }
moshiKotlin = { module = "com.squareup.moshi:moshi-kotlin", version = "1.15.1" }
moshiAdapters = { module = "com.squareup.moshi:moshi-adapters", version = "1.15.2" }
moshiCore = { module = "com.squareup.moshi:moshi", version = "1.15.2" }
moshiKotlin = { module = "com.squareup.moshi:moshi-kotlin", version = "1.15.2" }
mysql = { module = "com.mysql:mysql-connector-j", version = "8.4.0" }
nettyBom = { module = "io.netty:netty-bom", version.ref = "netty" }
nettyHandler = { module = "io.netty:netty-handler", version.ref = "netty" }
Expand Down

0 comments on commit c1e6a30

Please sign in to comment.