From 4912dc0299e1a84d532289b29005c99b83dec664 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 00:16:00 +0000 Subject: [PATCH 1/3] Update jackson-annotations, jackson-core, ... to 2.15.2 --- benchmark/build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index 74a5892e..7c484a68 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -13,9 +13,9 @@ libraryDependencies ++= { "com.rojoma" %% "rojoma-json-v3" % "3.15.0", "io.spray" %% "spray-json" % "1.3.6", "org.parboiled" %% "parboiled" % "2.4.1", - "com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.1", - "com.fasterxml.jackson.core" % "jackson-core" % "2.15.1", - "com.fasterxml.jackson.core" % "jackson-databind" % "2.15.1", + "com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.2", + "com.fasterxml.jackson.core" % "jackson-core" % "2.15.2", + "com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2", "com.google.code.gson" % "gson" % "2.10.1" ) else Nil From 7bcaf5cc6cd6204d0244713cb60fd719dc99ef42 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 16:20:41 +0000 Subject: [PATCH 2/3] Revert commit(s) 4912dc0 --- benchmark/build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index 7c484a68..74a5892e 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -13,9 +13,9 @@ libraryDependencies ++= { "com.rojoma" %% "rojoma-json-v3" % "3.15.0", "io.spray" %% "spray-json" % "1.3.6", "org.parboiled" %% "parboiled" % "2.4.1", - "com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.2", - "com.fasterxml.jackson.core" % "jackson-core" % "2.15.2", - "com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2", + "com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.1", + "com.fasterxml.jackson.core" % "jackson-core" % "2.15.1", + "com.fasterxml.jackson.core" % "jackson-databind" % "2.15.1", "com.google.code.gson" % "gson" % "2.10.1" ) else Nil From b9186b683b653b9bedd25a09881f31ec4248da36 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 16:20:43 +0000 Subject: [PATCH 3/3] Update jackson-annotations, jackson-core, ... to 2.15.2 --- benchmark/build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index ca546dcf..23a3b76b 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -13,9 +13,9 @@ libraryDependencies ++= { "com.rojoma" %% "rojoma-json-v3" % "3.15.0", "io.spray" %% "spray-json" % "1.3.6", "org.parboiled" %% "parboiled" % "2.5.0", - "com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.1", - "com.fasterxml.jackson.core" % "jackson-core" % "2.15.1", - "com.fasterxml.jackson.core" % "jackson-databind" % "2.15.1", + "com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.2", + "com.fasterxml.jackson.core" % "jackson-core" % "2.15.2", + "com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2", "com.google.code.gson" % "gson" % "2.10.1" ) else Nil