Skip to content

Commit

Permalink
Bump Scanamo
Browse files Browse the repository at this point in the history
This is required because v1.0.0-M15 depends on software.amazon.awssdk:dynamodb:2.15.78 which depends on jackson-databind:2.10.5.1, which is binary incompatible with jackson-databind:2.16.2 which is depended on by com.amazonaws:aws-java-sdk-core:1.12.470.

Scanamo v1.0.0 uses software.amazon.awssdk:dynamodb:2.23.4

See FasterXML/jackson-databind#2897
  • Loading branch information
davidfurey authored and jonathonherbert committed May 9, 2024
1 parent 60327d6 commit 5c2e2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ libraryDependencies ++= Seq(
"com.gu" %% "mobile-notifications-api-models" % "1.0.19",
"com.gu" %% "pan-domain-auth-play_3-0" % "3.0.1",

"org.scanamo" %% "scanamo" % "1.0.0-M15" exclude("org.scala-lang.modules", "scala-java8-compat_2.13"),
"org.scanamo" %% "scanamo" % "1.1.1" exclude("org.scala-lang.modules", "scala-java8-compat_2.13"),
"com.github.blemale" %% "scaffeine" % "4.1.0" % "compile",

"com.gu" %% "thrift-serializer" % "4.0.2",
Expand Down

0 comments on commit 5c2e2ba

Please sign in to comment.