Skip to content

Commit 42ec76b

Browse files
This PR contains the following updates:
| Package | Type | Package file | Manager | Update | Change | |---|---|---|---|---|---| | [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.46.0` -> `1.46.1` | | [com.google.http-client:google-http-client](https://github.com/googleapis/google-http-java-client) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `1.46.0` -> `1.46.1` | | [com.google.auth:google-auth-library-oauth2-http](https://github.com/googleapis/google-auth-library-java) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `1.32.0` -> `1.32.1` | | [com.google.auth:google-auth-library-credentials](https://github.com/googleapis/google-auth-library-java) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `1.32.0` -> `1.32.1` | | [com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) | plugin | misk/gradle/libs.versions.toml | gradle | patch | `2.8.0` -> `2.8.1` | | [software.amazon.awssdk:sdk-core](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.30.15` -> `2.30.16` | | [software.amazon.awssdk:dynamodb-enhanced](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.30.15` -> `2.30.16` | | [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.30.15` -> `2.30.16` | | [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.30.15` -> `2.30.16` | | [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.30.15` -> `2.30.16` | | [software.amazon.awssdk:auth](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.30.15` -> `2.30.16` | --- ### Release Notes <details> <summary>googleapis/google-http-java-client (com.google.http-client:google-http-client-jackson2)</summary> ### [`v1.46.1`](https://github.com/googleapis/google-http-java-client/blob/HEAD/CHANGELOG.md#1461-2025-02-07) ##### Bug Fixes - Remove unnecessary nexus plugin activation ([#&#8203;2071](googleapis/google-http-java-client#2071)) ([e3a3523](googleapis/google-http-java-client@e3a3523)) ##### Dependencies - Revert dependency io.grpc:grpc-context back to v1.69.0 ([5790ac4](googleapis/google-http-java-client@5790ac4)) </details> <details> <summary>googleapis/google-auth-library-java (com.google.auth:google-auth-library-oauth2-http)</summary> ### [`v1.32.1`](https://github.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#1321-2025-02-07) ##### Bug Fixes - Add cab-token-generator module to Auth BOM ([#&#8203;1662](googleapis/google-auth-library-java#1662)) ([e409b02](googleapis/google-auth-library-java@e409b02)) - Remove unnecessary nexus-staging-maven-plugin activation ([#&#8203;1665](googleapis/google-auth-library-java#1665)) ([d138023](googleapis/google-auth-library-java@d138023)) ##### Dependencies - Update dependency com.google.http-client:google-http-client-bom to v1.46.0 ([e53c441](googleapis/google-auth-library-java@e53c441)) ##### Documentation - Update README with client-side CAB instructions ([#&#8203;1607](googleapis/google-auth-library-java#1607)) ([#&#8203;1666](googleapis/google-auth-library-java#1666)) ([2996297](googleapis/google-auth-library-java@2996297)) </details> <details> <summary>autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)</summary> ### [`v2.8.1`](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-281) - \[Fix]: cache `SuperClassGraph`. No need to recompute for each dependency. - \[Fix]: use less heap by using empty singleton collections. - \[Fix]: trade metaspace for heap by interning strings. </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: c26ab17091cb359fb631e73c0754aab31e09f98e
1 parent 8eb590a commit 42ec76b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
22
awaitility = "4.2.2"
33
aws1 = "1.12.780"
4-
aws2 = "2.30.15"
4+
aws2 = "2.30.16"
55
bucket4j = "8.8.0"
66
datadog = "1.46.0"
7-
dependencyAnalysisPlugin = "2.8.0"
7+
dependencyAnalysisPlugin = "2.8.1"
88
detekt = "1.23.7"
99
docker = "3.4.1"
10-
googleAuth = "1.32.0"
11-
googleHttp = "1.46.0"
10+
googleAuth = "1.32.1"
11+
googleHttp = "1.46.1"
1212
hoplite = "2.7.5"
1313
jackson = "2.18.2"
1414
junit = "5.11.4"

0 commit comments

Comments
 (0)