Skip to content

Commit

Permalink
Bump org.apache.opennlp:opennlp-tools from 2.5.0 to 2.5.1 (#239)
Browse files Browse the repository at this point in the history
Bumps [org.apache.opennlp:opennlp-tools](https://github.com/apache/opennlp) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/apache/opennlp/releases)
- [Commits](apache/opennlp@opennlp-2.5.0...opennlp-2.5.1)

---
updated-dependencies:
- dependency-name: org.apache.opennlp:opennlp-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 0b0e8de commit 31cea8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ dependencies {
testImplementation("io.mockk:mockk:1.13.13")

accuracyReportImplementation("com.optimaize.languagedetector:language-detector:0.6")
accuracyReportImplementation("org.apache.opennlp:opennlp-tools:2.5.0")
accuracyReportImplementation("org.apache.opennlp:opennlp-tools:2.5.1")
accuracyReportImplementation("org.apache.tika:tika-core:3.0.0")
accuracyReportImplementation("org.apache.tika:tika-langdetect-optimaize:3.0.0")
accuracyReportImplementation("org.slf4j:slf4j-nop:2.0.16")
Expand Down

0 comments on commit 31cea8f

Please sign in to comment.