Skip to content

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.cloud:sdk-platform-java-config 3.50.1 -> 3.50.2 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team as code owners July 28, 2025 16:11
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: datastore Issues related to the googleapis/java-datastore API. labels Jul 28, 2025
@dpebot
Copy link
Contributor

dpebot commented Jul 28, 2025

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 28, 2025
@yoshi-kokoro yoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jul 28, 2025
@diegomarquezp
Copy link
Contributor

/gcbrun

@diegomarquezp diegomarquezp merged commit 1ecdf37 into googleapis:main Jul 28, 2025
21 of 22 checks passed
@renovate-bot renovate-bot deleted the renovate/com.google.cloud-sdk-platform-java-config-3.x branch July 28, 2025 17:02
svc-squareup-copybara pushed a commit to cashapp/misk that referenced this pull request Jul 30, 2025
| Package | Type | Package file | Manager | Update | Change |
|---|---|---|---|---|---|
|
[com.google.cloud:google-cloud-datastore](https://github.com/googleapis/java-datastore)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.31.0` -> `2.31.1` |
|
[com.squareup.okio:okio-fakefilesystem](https://github.com/square/okio)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`3.15.0` -> `3.16.0` |
| [com.squareup.okio:okio](https://github.com/square/okio) |
dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`3.15.0` -> `3.16.0` |
| [software.amazon.awssdk:sdk-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.10` -> `2.32.11` |
| [software.amazon.awssdk:sqs](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.10` -> `2.32.11` |
| [software.amazon.awssdk:regions](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.10` -> `2.32.11` |
|
[software.amazon.awssdk:dynamodb-enhanced](https://aws.amazon.com/sdkforjava)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.10` -> `2.32.11` |
| [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.10` -> `2.32.11` |
| [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.10` -> `2.32.11` |
| [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.10` -> `2.32.11` |
| [software.amazon.awssdk:auth](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.10` -> `2.32.11` |

---

### Release Notes

<details>
<summary>googleapis/java-datastore
(com.google.cloud:google-cloud-datastore)</summary>

###
[`v2.31.1`](https://github.com/googleapis/java-datastore/blob/HEAD/CHANGELOG.md#2311-2025-07-28)

##### Bug Fixes

- **deps:** Update the Java code generator (gapic-generator-java) to
2.60.2
([06372cd](googleapis/java-datastore@06372cd))

##### Dependencies

- Update dependency com.google.cloud:sdk-platform-java-config to v3.50.2
([#&#8203;1926](googleapis/java-datastore#1926))
([1ecdf37](googleapis/java-datastore@1ecdf37))

</details>

<details>
<summary>square/okio (com.squareup.okio:okio-fakefilesystem)</summary>

###
[`v3.16.0`](https://github.com/square/okio/blob/HEAD/CHANGELOG.md#Version-3160)

*2025-07-29*

- Fix: Change `Socket.asOkioSocket()` to resolve its source
`InputStream` and `OutputStream`
eagerly. This will throw a `SocketException` immediately if the socket
isn’t connected.
This behavior is consistent with our similar APIs, `Socket.source()` and
`Socket.sink()`.

- Fix: Optimize `AsyncTimeout` on systems with a very large number of
active timeouts. This class
originally kept active timeouts in a linked list; with this update the
internal data structure is
a binary heap. The old runtime was 𝑂(𝑛²) to activate 𝑛 timeouts; with
this optimization the
  runtime is 𝑂(𝑛 log 𝑛).

- Upgrade: \[Kotlin 2.2.0]\[kotlin\_2\_2\_0].

</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**: Enabled.

♻ **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: 74e3ebcf472cf6bdeaea9e79b14063062d8f466e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the googleapis/java-datastore API. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants