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
…4.29.3 (#821)

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

* chore(deps): update lock file

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lars Hagen <lars.hagen@cognite.com>
  • Loading branch information
renovate[bot] and larshagencognite authored Jan 17, 2025
1 parent 81024b3 commit b9656ac
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" % "4.29.2",
"com.google.protobuf" % "protobuf-java" % "4.29.3",
"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" : "2025-01-06T10:10:52.900363Z",
"timestamp" : "2025-01-16T14:18:10.703417Z",
"configurations" : [
"compile",
"optional",
Expand Down Expand Up @@ -78,11 +78,11 @@
{
"org" : "com.google.protobuf",
"name" : "protobuf-java",
"version" : "4.29.2",
"version" : "4.29.3",
"artifacts" : [
{
"name" : "protobuf-java.jar",
"hash" : "sha1:695bb50e3e4a88cc10ffa94c67199d849e9398e6"
"hash" : "sha1:83afa847b893932b49a8fd896608fa23cd5fb0b5"
}
],
"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" : "2025-01-16T13:05:56.192682Z",
"timestamp" : "2025-01-16T14:18:13.561605Z",
"configurations" : [
"compile",
"optional",
Expand Down Expand Up @@ -78,11 +78,11 @@
{
"org" : "com.google.protobuf",
"name" : "protobuf-java",
"version" : "4.29.2",
"version" : "4.29.3",
"artifacts" : [
{
"name" : "protobuf-java.jar",
"hash" : "sha1:695bb50e3e4a88cc10ffa94c67199d849e9398e6"
"hash" : "sha1:83afa847b893932b49a8fd896608fa23cd5fb0b5"
}
],
"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" : "2025-01-06T10:10:58.499865Z",
"timestamp" : "2025-01-16T14:18:15.509850Z",
"configurations" : [
"compile",
"optional",
Expand Down Expand Up @@ -62,11 +62,11 @@
{
"org" : "com.google.protobuf",
"name" : "protobuf-java",
"version" : "4.29.2",
"version" : "4.29.3",
"artifacts" : [
{
"name" : "protobuf-java.jar",
"hash" : "sha1:695bb50e3e4a88cc10ffa94c67199d849e9398e6"
"hash" : "sha1:83afa847b893932b49a8fd896608fa23cd5fb0b5"
}
],
"configurations" : [
Expand Down

0 comments on commit b9656ac

Please sign in to comment.