Skip to content

Commit

Permalink
chore(deps): update dependency com.google.protobuf:protobuf-java to v4 (
Browse files Browse the repository at this point in the history
#761)

* chore(deps): update dependency com.google.protobuf:protobuf-java to v4

* Update build.sbt

* chore(deps): update lock file

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dmitry Ivankov <[email protected]>
Co-authored-by: Lars Hagen <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2024
1 parent a1c0ed7 commit ab80fe7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ lazy val core = (project in file("."))
"org.typelevel" %% "cats-effect-testkit" % catsEffectVersion % Test,
"co.fs2" %% "fs2-core" % fs2Version,
"co.fs2" %% "fs2-io" % fs2Version,
"com.google.protobuf" % "protobuf-java" % "3.25.3",
"com.google.protobuf" % "protobuf-java" % "4.29.0",
"org.tpolecat" %% "natchez-core" % natchezVersion,
) ++ scalaTestDeps ++ sttpDeps ++ circeDeps(CrossVersion.partialVersion(scalaVersion.value)),
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down
6 changes: 3 additions & 3 deletions build.scala-2.12.sbt.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lockVersion" : 1,
"timestamp" : "2024-11-29T10:26:15.900208Z",
"timestamp" : "2024-11-29T11:37:12.867482Z",
"configurations" : [
"compile",
"optional",
Expand Down Expand Up @@ -78,11 +78,11 @@
{
"org" : "com.google.protobuf",
"name" : "protobuf-java",
"version" : "3.25.3",
"version" : "4.29.0",
"artifacts" : [
{
"name" : "protobuf-java.jar",
"hash" : "sha1:d3200261955f3298e0d85c9892201e70492ce8eb"
"hash" : "sha1:ffea90ab158435d68de76951857ef5f8b0f98365"
}
],
"configurations" : [
Expand Down
6 changes: 3 additions & 3 deletions build.scala-2.13.sbt.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lockVersion" : 1,
"timestamp" : "2024-11-29T10:26:19.472550Z",
"timestamp" : "2024-11-29T11:37:14.639280Z",
"configurations" : [
"compile",
"optional",
Expand Down Expand Up @@ -78,11 +78,11 @@
{
"org" : "com.google.protobuf",
"name" : "protobuf-java",
"version" : "3.25.3",
"version" : "4.29.0",
"artifacts" : [
{
"name" : "protobuf-java.jar",
"hash" : "sha1:d3200261955f3298e0d85c9892201e70492ce8eb"
"hash" : "sha1:ffea90ab158435d68de76951857ef5f8b0f98365"
}
],
"configurations" : [
Expand Down
6 changes: 3 additions & 3 deletions build.scala-3.sbt.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lockVersion" : 1,
"timestamp" : "2024-11-29T10:26:22.153883Z",
"timestamp" : "2024-11-29T11:37:16.240592Z",
"configurations" : [
"compile",
"optional",
Expand Down Expand Up @@ -62,11 +62,11 @@
{
"org" : "com.google.protobuf",
"name" : "protobuf-java",
"version" : "3.25.3",
"version" : "4.29.0",
"artifacts" : [
{
"name" : "protobuf-java.jar",
"hash" : "sha1:d3200261955f3298e0d85c9892201e70492ce8eb"
"hash" : "sha1:ffea90ab158435d68de76951857ef5f8b0f98365"
}
],
"configurations" : [
Expand Down

0 comments on commit ab80fe7

Please sign in to comment.