Skip to content

Commit

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

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

* chore(deps): update lock file

* chore(deps): update lock file

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lars Hagen <[email protected]>
  • Loading branch information
renovate[bot] and larshagencognite authored Jul 6, 2024
1 parent 7715b3c commit cc8ab48
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,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.1",
"com.google.protobuf" % "protobuf-java" % "3.25.3",
"org.tpolecat" %% "natchez-core" % natchezVersion,
) ++ scalaTestDeps ++ sttpDeps ++ circeDeps(CrossVersion.partialVersion(scalaVersion.value)),
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down
4 changes: 2 additions & 2 deletions build.scala-2.12.sbt.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
{
"org" : "com.google.protobuf",
"name" : "protobuf-java",
"version" : "3.25.1",
"version" : "3.25.3",
"artifacts" : [
{
"name" : "protobuf-java.jar",
"hash" : "sha1:2933a5c3f022456d8842323fe0d7fb2d25a7e3c7"
"hash" : "sha1:d3200261955f3298e0d85c9892201e70492ce8eb"
}
],
"configurations" : [
Expand Down
4 changes: 2 additions & 2 deletions build.scala-2.13.sbt.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
{
"org" : "com.google.protobuf",
"name" : "protobuf-java",
"version" : "3.25.1",
"version" : "3.25.3",
"artifacts" : [
{
"name" : "protobuf-java.jar",
"hash" : "sha1:2933a5c3f022456d8842323fe0d7fb2d25a7e3c7"
"hash" : "sha1:d3200261955f3298e0d85c9892201e70492ce8eb"
}
],
"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-07-06T11:58:43.732487Z",
"timestamp" : "2024-07-06T13:10:50.977866Z",
"configurations" : [
"compile",
"optional",
Expand Down Expand Up @@ -62,11 +62,11 @@
{
"org" : "com.google.protobuf",
"name" : "protobuf-java",
"version" : "3.25.1",
"version" : "3.25.3",
"artifacts" : [
{
"name" : "protobuf-java.jar",
"hash" : "sha1:2933a5c3f022456d8842323fe0d7fb2d25a7e3c7"
"hash" : "sha1:d3200261955f3298e0d85c9892201e70492ce8eb"
}
],
"configurations" : [
Expand Down

0 comments on commit cc8ab48

Please sign in to comment.