Update scrimage-core, scrimage-filters to 4.3.0

Signed-off-by: Scala Steward <scala_steward@virtuslab.com>
This commit is contained in:
Scala Steward 2024-12-03 20:03:13 +00:00
parent 2fefc62ba2
commit f0d2ddda44
No known key found for this signature in database
GPG Key ID: 7FE176635A140508

View File

@ -12,8 +12,8 @@ lazy val root = (project in file(".")).settings(
)
),
name := "LibreCaptcha",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.2.0",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.2.0",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.3.0",
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.3.0",
libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.7"
)