Skip to content

Commit 80faf8b

Browse files
Update protobuf-java to 4.33.2 (#2557)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent d5f7d35 commit 80faf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object Dependencies {
2121
object Protobuf {
2222
// https://protobuf.dev/support/version-support/
2323
// protobuf-java 4.x corresponds with protoc 26.x-33.x
24-
val protobufJavaVersion = "4.33.1"
24+
val protobufJavaVersion = "4.33.2"
2525
val protocVersion = "33.0"
2626
}
2727

0 commit comments

Comments
 (0)