Skip to content

Commit

Permalink
Upgrade OpenNLP to 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spinscale committed Nov 15, 2021
1 parent 0a1d519 commit b0c951f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ githubRelease.doFirst {
// In this section you declare the dependencies for your production and test code
// Elasticsearch dependency is included due to the build-tools, test-framework as well
dependencies {
implementation 'org.apache.opennlp:opennlp-tools:1.9.3'
implementation 'org.apache.opennlp:opennlp-tools:1.9.4'

// the yaml tests require a log4j2 dependency, otherwise a dependency is thrown on startup
runtimeOnly 'org.apache.logging.log4j:log4j-core:2.11.1'
Expand Down

0 comments on commit b0c951f

Please sign in to comment.