Skip to content

Commit 0fd3b0c

Browse files
fix(deps): update protobuf monorepo to v4.33.2 (#5644)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.google.protobuf:protoc](https://developers.google.com/protocol-buffers/) ([source](https://redirect.github.com/protocolbuffers/protobuf)) | `4.33.1` -> `4.33.2` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.protobuf:protoc/4.33.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.protobuf:protoc/4.33.1/4.33.2?slim=true) | | [com.google.protobuf:protobuf-java](https://developers.google.com/protocol-buffers/) ([source](https://redirect.github.com/protocolbuffers/protobuf)) | `4.33.1` -> `4.33.2` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.protobuf:protobuf-java/4.33.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.protobuf:protobuf-java/4.33.1/4.33.2?slim=true) | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6bc4645 commit 0fd3b0c

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
@@ -38,7 +38,7 @@ com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava (2 c
3838

3939
com.google.j2objc:j2objc-annotations:3.1 (1 constraints: b809f1a0)
4040

41-
com.google.protobuf:protobuf-java:4.33.1 (2 constraints: a411c702)
41+
com.google.protobuf:protobuf-java:4.33.2 (2 constraints: a511ed02)
4242

4343
com.jakewharton.nopen:nopen-annotations:1.0.1 (1 constraints: 0405f135)
4444

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.7
1010
org.immutables:value = 2.11.7
11-
com.google.protobuf:protobuf-java = 4.33.1
11+
com.google.protobuf:protobuf-java = 4.33.2
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
@@ -90,7 +90,7 @@ tasks.withType<Test>().all {
9090

9191
protobuf {
9292
protoc {
93-
artifact = "com.google.protobuf:protoc:4.33.1"
93+
artifact = "com.google.protobuf:protoc:4.33.2"
9494
}
9595
}
9696

0 commit comments

Comments
 (0)