Skip to content

Commit

Permalink
bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed May 21, 2024
1 parent 2d707d6 commit e4c822c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/LanguageProcessing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
exclude(group: 'org.glassfish.jersey.*')
}
implementation 'edu.stanford.nlp:stanford-corenlp:4.5.2' // current minie is only compatible up to 4.5.2
implementation 'org.nlp4j:nlp4j-stanford:1.3.5.0'
implementation 'org.nlp4j:nlp4j-stanford:1.3.5.1'
implementation 'org.nlp4j:nlp4j-kuromoji:1.3.4.0'
runtimeOnly "org.slf4j:slf4j-simple:$slf4jVersion"
}
Expand Down

0 comments on commit e4c822c

Please sign in to comment.