Skip to content

Commit afae7d9

Browse files
fix(deps): update dependency com.google.guava:guava to v33.4.6-jre (#2792)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.guava:guava](https://redirect.github.com/google/guava) | `33.4.5-jre` -> `33.4.6-jre` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.guava:guava/33.4.6-jre?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.guava:guava/33.4.6-jre?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.guava:guava/33.4.5-jre/33.4.6-jre?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.guava:guava/33.4.5-jre/33.4.6-jre?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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/spiraldb/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a203059 commit afae7d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/versions.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ com.google.crypto.tink:tink:1.9.0 (1 constraints: 33113dee)
1515
com.google.errorprone:error_prone_annotations:2.36.0 (1 constraints: 4d0a49bf)
1616
com.google.flatbuffers:flatbuffers-java:1.12.0 (2 constraints: 391a0042)
1717
com.google.guava:failureaccess:1.0.3 (2 constraints: 1b0f8086)
18-
com.google.guava:guava:33.4.5-jre (2 constraints: 6a159bd6)
18+
com.google.guava:guava:33.4.6-jre (2 constraints: 6b15cbd6)
1919
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava (2 constraints: 692a93df)
2020
com.google.j2objc:j2objc-annotations:3.0.0 (1 constraints: 150aeab4)
2121
com.google.protobuf:protobuf-java:4.30.1 (2 constraints: a1114f02)

java/versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
com.google.errorprone:error_prone_core = 2.36.0
22
com.google.guava:failureaccess = 1.0.3
3-
com.google.guava:guava = 33.4.5-jre
3+
com.google.guava:guava = 33.4.6-jre
44
com.google.guava:listenablefuture = 9999.0-empty-to-avoid-conflict-with-guava
55
com.jakewharton.nopen:* = 1.0.1
66
org.apache.spark:* = 3.5.5

0 commit comments

Comments
 (0)