Skip to content

Commit

Permalink
upgrade to the latest version of tika 1.x
Browse files Browse the repository at this point in the history
there are 2.x and now 3.x versions, but i have not investigated the ease
of migration, but this at least moves beyond the version with a high
vulnerability warning
  • Loading branch information
andrew-nowak committed Dec 18, 2024
1 parent 51bfe0d commit 051ce29
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 @@ -129,7 +129,7 @@ lazy val cropper = playProject("cropper", 9006)

lazy val imageLoader = playProject("image-loader", 9003).settings {
libraryDependencies ++= Seq(
"org.apache.tika" % "tika-core" % "1.20",
"org.apache.tika" % "tika-core" % "1.28.5",
"com.drewnoakes" % "metadata-extractor" % "2.19.0"
)
}
Expand Down

0 comments on commit 051ce29

Please sign in to comment.