From 254bc035b0ce5a3458e9fa90e0248a76b159097d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 29 Oct 2025 18:33:40 +0000 Subject: [PATCH] Update jackson-module-scala to 2.18.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fca602f..319cbfa 100644 --- a/build.sbt +++ b/build.sbt @@ -94,7 +94,7 @@ lazy val root = Project("sbt-coveralls", file(".")) "com.jcraft" % "jsch" % "0.1.55" ), libraryDependencies ++= Seq( - "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.0", + "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.5", "com.fasterxml.jackson.core" % "jackson-core" % "2.18.2", "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.0.202109080827-r", "org.scalaj" %% "scalaj-http" % "2.4.2",