Skip to content

Commit 907ed71

Browse files
fix(deps): update protobuf monorepo to v4.30.2 (patch) (#2807)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.protobuf:protoc](https://developers.google.com/protocol-buffers/) ([source](https://redirect.github.com/protocolbuffers/protobuf)) | `4.30.1` -> `4.30.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.protobuf:protoc/4.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.protobuf:protoc/4.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.protobuf:protoc/4.30.1/4.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.protobuf:protoc/4.30.1/4.30.2?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.30.1` -> `4.30.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.protobuf:protobuf-java/4.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.protobuf:protobuf-java/4.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.protobuf:protobuf-java/4.30.1/4.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.protobuf:protobuf-java/4.30.1/4.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>protocolbuffers/protobuf (com.google.protobuf:protoc)</summary> ### [`v4.30.2`](https://redirect.github.com/protocolbuffers/protobuf/compare/v4.30.1...v4.30.2) </details> --- ### 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/spiraldb/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 35f0667 commit 907ed71

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.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)
21-
com.google.protobuf:protobuf-java:4.30.1 (2 constraints: a1114f02)
21+
com.google.protobuf:protobuf-java:4.30.2 (2 constraints: a2117502)
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
@@ -5,7 +5,7 @@ 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
77
org.immutables:value = 2.10.1
8-
com.google.protobuf:protobuf-java = 4.30.1
8+
com.google.protobuf:protobuf-java = 4.30.2
99

1010
# Test dependencies
1111
org.junit.jupiter:* = 5.12.1

java/vortex-jni/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ testing {
3131

3232
protobuf {
3333
protoc {
34-
artifact = "com.google.protobuf:protoc:4.30.1"
34+
artifact = "com.google.protobuf:protoc:4.30.2"
3535
}
3636
}
3737

0 commit comments

Comments
 (0)