Skip to content

chore: upgrade protobuf-java to 4.28.3 #1792

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log
## [1.0.0] (Not yet released)
- Bump protobuf and protoc to 4.28.2. Currently files must specify proto2 and
- Bump protobuf and protoc to 4.28.3. Currently files must specify proto2 and
proto3 syntax. Editions are not supported yet.
- References to descriptors are fully qualified (#1724)
- Oneofs are now generated as sealed abstract class instead of sealed traits (#1694)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BuildHelper._
import Dependencies._
import sbtassembly.AssemblyPlugin.defaultUniversalScript

val protobufCompilerVersion = "4.28.3"
val protobufCompilerVersion = Dependencies.versions.protobuf

val MimaPreviousVersion = "0.11.0"

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Keys._
object Dependencies {
object versions {
val grpc = "1.68.2"
val protobuf = "4.28.2"
val protobuf = "4.28.3"
val silencer = "1.7.19"
val collectionCompat = "2.12.0"
val coursier = "2.1.21"
Expand Down
Loading