Skip to content

Commit

Permalink
Merge pull request #4382 from guardian/an/metadata-extractor-update
Browse files Browse the repository at this point in the history
upgrade to latest metadata-extractor
  • Loading branch information
andrew-nowak authored Dec 18, 2024
2 parents 7f11ad8 + c698386 commit c6ed1ea
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 @@ -130,7 +130,7 @@ lazy val cropper = playProject("cropper", 9006)
lazy val imageLoader = playProject("image-loader", 9003).settings {
libraryDependencies ++= Seq(
"org.apache.tika" % "tika-core" % "1.20",
"com.drewnoakes" % "metadata-extractor" % "2.17.0"
"com.drewnoakes" % "metadata-extractor" % "2.19.0"
)
}

Expand Down

0 comments on commit c6ed1ea

Please sign in to comment.