Skip to content

Commit

Permalink
Merge pull request #4384 from guardian/an/upgrade-tika
Browse files Browse the repository at this point in the history
upgrade to the latest version of tika 1.x
  • Loading branch information
andrew-nowak authored Dec 18, 2024
2 parents 51bfe0d + 051ce29 commit 0b56a49
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 0b56a49

Please sign in to comment.