Skip to content

Commit c7089a4

Browse files
fix(deps): update protobuf monorepo to v4.32.0 (minor) (#4248)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.google.protobuf:protoc](https://developers.google.com/protocol-buffers/) ([source](https://redirect.github.com/protocolbuffers/protobuf)) | `4.31.1` -> `4.32.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.protobuf:protoc/4.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.protobuf:protoc/4.31.1/4.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [com.google.protobuf:protobuf-java](https://developers.google.com/protocol-buffers/) ([source](https://redirect.github.com/protocolbuffers/protobuf)) | `4.31.1` -> `4.32.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.protobuf:protobuf-java/4.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.protobuf:protobuf-java/4.31.1/4.32.0?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 these updates 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/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aaf3e36 commit c7089a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

java/versions.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ com.google.guava:failureaccess:1.0.3 (2 constraints: 1b0f8086)
1818
com.google.guava:guava:33.4.8-jre (2 constraints: 6d152bd7)
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)
21-
com.google.protobuf:protobuf-java:4.31.1 (2 constraints: a2117702)
21+
com.google.protobuf:protobuf-java:4.32.0 (2 constraints: a2117902)
2222
com.jakewharton.nopen:nopen-annotations:1.0.1 (1 constraints: 0405f135)
2323
com.ning:compress-lzf:1.1.2 (1 constraints: 160dc636)
2424
com.thoughtworks.paranamer:paranamer:2.8 (2 constraints: 2820e282)

java/versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ com.google.guava:listenablefuture = 9999.0-empty-to-avoid-conflict-with-guava
88
com.jakewharton.nopen:* = 1.0.1
99
org.apache.spark:* = 3.5.6
1010
org.immutables:value = 2.11.3
11-
com.google.protobuf:protobuf-java = 4.31.1
11+
com.google.protobuf:protobuf-java = 4.32.0
1212
org.apache.arrow:* = 18.3.0
1313

1414
# Test dependencies

java/vortex-jni/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tasks.withType<Test>().all {
8686

8787
protobuf {
8888
protoc {
89-
artifact = "com.google.protobuf:protoc:4.31.1"
89+
artifact = "com.google.protobuf:protoc:4.32.0"
9090
}
9191
}
9292

0 commit comments

Comments
 (0)