Skip to content

Commit 5faae5e

Browse files
Update protobuf-java, protobuf-java-util to 4.27.2
1 parent b13c3dd commit 5faae5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ val scalapbPlayJson = crossProject(JVMPlatform, JSPlatform, NativePlatform)
122122
) -> (Test / sourceManaged).value
123123
),
124124
libraryDependencies ++= Seq(
125-
"com.google.protobuf" % "protobuf-java-util" % "3.25.3" % "test",
126-
"com.google.protobuf" % "protobuf-java" % "3.25.3" % "protobuf"
125+
"com.google.protobuf" % "protobuf-java-util" % "4.27.2" % "test",
126+
"com.google.protobuf" % "protobuf-java" % "4.27.2" % "protobuf"
127127
)
128128
)
129129
.nativeSettings(

0 commit comments

Comments
 (0)