Skip to content

Commit f2845ef

Browse files
committed
remove cbor
1 parent dae3765 commit f2845ef

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

build.sbt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ val catsVersion: String = "2.13.0"
4545
val okHttpVersion: String = "4.12.0"
4646
val paClientVersion: String = "7.0.12"
4747
val apacheThrift: String = "0.15.0"
48-
val jacksonDatabind: String = "2.19.4"
49-
val jacksonCbor: String = "2.19.4"
50-
val jacksonScalaModule: String = "2.19.4"
48+
val jacksonDatabind: String = "2.21.5"
49+
val jacksonScalaModule: String = "2.21.5"
5150
val simpleConfigurationVersion: String = "1.5.7"
5251
val googleOAuthClient: String = "1.39.0"
5352
val nettyVersion: String = "4.2.2.Final"
@@ -81,7 +80,6 @@ lazy val commoneventconsumer = project
8180
"org.playframework" %% "play-json" % playJsonVersion,
8281
"org.specs2" %% "specs2-core" % specsVersion % "test",
8382
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabind,
84-
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % jacksonCbor,
8583
"com.fasterxml.jackson.module" % "jackson-module-scala_2.13" % jacksonScalaModule
8684
),
8785
))
@@ -92,7 +90,6 @@ lazy val commontest = project
9290
specs2,
9391
playCore,
9492
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabind,
95-
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % jacksonCbor,
9693
"com.fasterxml.jackson.module" % "jackson-module-scala_2.13" % jacksonScalaModule
9794
),
9895
))
@@ -141,7 +138,6 @@ lazy val commonscheduledynamodb = project
141138
libraryDependencies ++= List(
142139
"com.amazonaws" % "aws-java-sdk-dynamodb" % awsSdkVersion,
143140
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabind,
144-
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % jacksonCbor,
145141
"com.fasterxml.jackson.module" % "jackson-module-scala_2.13" % jacksonScalaModule,
146142
specs2 % Test
147143

@@ -237,7 +233,6 @@ lazy val apiModels = {
237233
"org.specs2" %% "specs2-core" % specsVersion % "test",
238234
"org.specs2" %% "specs2-mock" % specsVersion % "test",
239235
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabind,
240-
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % jacksonCbor,
241236
"com.fasterxml.jackson.module" % "jackson-module-scala_2.13" % jacksonScalaModule
242237
),
243238
organization := "com.gu",

0 commit comments

Comments
 (0)