Skip to content

Commit d59b2a2

Browse files
chore(deps): update upper bound dependencies file (#12939)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.fasterxml.jackson:jackson-bom](https://redirect.github.com/FasterXML/jackson-bom) | `2.21.2` → `2.21.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.fasterxml.jackson:jackson-bom/2.21.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.fasterxml.jackson:jackson-bom/2.21.2/2.21.3?slim=true) | | [com.google.code.gson:gson](https://redirect.github.com/google/gson) | `2.13.2` → `2.14.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.code.gson:gson/2.14.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.code.gson:gson/2.13.2/2.14.0?slim=true) | | [com.google.guava:guava](https://redirect.github.com/google/guava) | `33.5.0-jre` → `33.6.0-jre` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.guava:guava/33.6.0-jre?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.guava:guava/33.5.0-jre/33.6.0-jre?slim=true) | | [commons-codec:commons-codec](https://commons.apache.org/proper/commons-codec/) ([source](https://redirect.github.com/apache/commons-codec)) | `1.21.0` → `1.22.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/commons-codec:commons-codec/1.22.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/commons-codec:commons-codec/1.21.0/1.22.0?slim=true) | | [org.apache.httpcomponents.client5:httpclient5](https://hc.apache.org/) ([source](https://redirect.github.com/apache/httpcomponents-client)) | `5.6` → `5.6.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.httpcomponents.client5:httpclient5/5.6.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.httpcomponents.client5:httpclient5/5.6/5.6.1?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/7649) for more information. --- ### Release Notes <details> <summary>apache/commons-codec (commons-codec:commons-codec)</summary> ### [`v1.22.0`](https://redirect.github.com/apache/commons-codec/blob/HEAD/RELEASE-NOTES.txt#Apache-Commons-Codec-1220-Release-Notes) The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.22.0. The Apache Commons Codec component contains encoders and decoders for formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities. This is a feature and maintenance release. Java 8 or later is required. </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/google-cloud-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: Jin Seop Kim <jinseop@google.com>
1 parent 3e02f18 commit d59b2a2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

sdk-platform-java/dependencies.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ javax.annotation:javax.annotation-api,javax.annotation-api=1.3.2
1212
io.grpc:grpc-bom,grpc=1.80.0
1313
com.google.auth:google-auth-library-bom,google.auth=1.46.0
1414
com.google.http-client:google-http-client,google.http-client=2.1.0
15-
com.google.code.gson:gson,gson=2.13.2
16-
com.google.guava:guava,guava=33.5.0-jre
15+
com.google.code.gson:gson,gson=2.14.0
16+
com.google.guava:guava,guava=33.6.0-jre
1717
com.google.protobuf:protobuf-java,protobuf=4.34.1
1818
io.opentelemetry:opentelemetry-bom,opentelemetry=1.61.0
1919
com.google.errorprone:error_prone_annotations,errorprone=2.49.0
@@ -32,11 +32,11 @@ com.google.api-client:google-api-client,google.api-client=2.9.0
3232
org.threeten:threeten-extra,threeten-extra=1.8.0
3333
io.opencensus:opencensus-api,opencensus=0.31.1
3434
com.google.code.findbugs:jsr305,findbugs=3.0.2
35-
com.fasterxml.jackson:jackson-bom,jackson=2.21.2
36-
commons-codec:commons-codec,codec=1.21.0
35+
com.fasterxml.jackson:jackson-bom,jackson=2.21.3
36+
commons-codec:commons-codec,codec=1.22.0
3737
org.apache.httpcomponents:httpclient,httpcomponents.httpclient=4.5.14
3838
org.apache.httpcomponents:httpcore,httpcomponents.httpcore=4.4.16
39-
org.apache.httpcomponents.client5:httpclient5,apache-httpclient-5=5.6
39+
org.apache.httpcomponents.client5:httpclient5,apache-httpclient-5=5.6.1
4040
org.apache.httpcomponents.core5:httpcore5,apache-httpcore-5=5.4.2
4141
org.json:json,json=20251224
4242
io.perfmark:perfmark-api,perfmark-api=0.27.0

0 commit comments

Comments
 (0)