Skip to content

Commit

Permalink
Update tika-core to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 3, 2025
1 parent b8a91e8 commit 9174155
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appsv/model/lock.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Compile / dependencyOverrides ++= {
"javax.activation" % "activation" % "1.1",
"nu.validator.htmlparser" % "htmlparser" % "1.4",
"org.apache.commons" % "commons-email" % "1.5",
"org.apache.tika" % "tika-core" % "2.9.2",
"org.apache.tika" % "tika-core" % "3.1.0",
"org.checkerframework" % "checker-qual" % "3.37.0",
"org.owasp.encoder" % "encoder" % "1.2.3",
"org.scalactic" % "scalactic_2.12" % "3.2.18",
Expand Down
2 changes: 1 addition & 1 deletion appsv/rdb/lock.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Compile / dependencyOverrides ++= {
"javax.activation" % "activation" % "1.1",
"nu.validator.htmlparser" % "htmlparser" % "1.4",
"org.apache.commons" % "commons-email" % "1.5",
"org.apache.tika" % "tika-core" % "2.9.2",
"org.apache.tika" % "tika-core" % "3.1.0",
"org.checkerframework" % "checker-qual" % "3.37.0",
"org.flywaydb" % "flyway-core" % "5.0.7",
"org.owasp.encoder" % "encoder" % "1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion lock.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Compile / dependencyOverrides ++= {
"org.apache.lucene" % "lucene-spatial3d" % "7.7.3",
"org.apache.lucene" % "lucene-suggest" % "7.7.3",
"org.apache.thrift" % "libthrift" % "0.12.0",
"org.apache.tika" % "tika-core" % "2.9.2",
"org.apache.tika" % "tika-core" % "3.1.0",
"org.apache.tuweni" % "tuweni-bytes" % "0.10.0",
"org.apache.tuweni" % "tuweni-crypto" % "0.10.0",
"org.apache.tuweni" % "tuweni-io" % "0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object Dependencies {

// Does v1.25 recognize .woff and .woff2 file extensions? Then can remove
// extra checks in module ty-core. [5AKR20]
val apacheTika = "org.apache.tika" % "tika-core" % "2.9.2"
val apacheTika = "org.apache.tika" % "tika-core" % "3.1.0"

val jsoup = "org.jsoup" % "jsoup" % "1.16.2"

Expand Down

0 comments on commit 9174155

Please sign in to comment.