Skip to content

Commit 4d42c08

Browse files
Update protobuf monorepo to v4.33.1 (#5472)
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.32.1` -> `4.33.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.protobuf:protoc/4.33.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.protobuf:protoc/4.32.1/4.33.1?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.32.1` -> `4.33.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.protobuf:protobuf-java/4.33.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.protobuf:protobuf-java/4.32.1/4.33.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc75552 commit 4d42c08

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.32.1 (2 constraints: a3119f02)
41+
com.google.protobuf:protobuf-java:4.33.1 (2 constraints: a411c702)
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.6
11-
com.google.protobuf:protobuf-java = 4.32.1
11+
com.google.protobuf:protobuf-java = 4.33.1
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.32.1"
93+
artifact = "com.google.protobuf:protoc:4.33.1"
9494
}
9595
}
9696

0 commit comments

Comments
 (0)