Skip to content

Commit

Permalink
Update OpenNLP to 2.5.0, see: https://opennlp.apache.org/news/release…
Browse files Browse the repository at this point in the history
  • Loading branch information
mawiesne committed Nov 17, 2024
1 parent 70d4a05 commit 932690f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<required.maven.version>[${minimum.maven.version},)</required.maven.version>

<!-- Apache OpenNLP binding -->
<opennlp.version>2.4.0</opennlp.version>
<opennlp.version>2.5.0</opennlp.version>

<!-- Apache commons stuff -->
<commons.lang3.version>3.17.0</commons.lang3.version>
Expand Down Expand Up @@ -287,7 +287,7 @@
<version>${maven.compiler.plugin}</version>
<configuration>
<source>${java.source}</source>
<target>${java.target}</target>
<release>${java.target}</release>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 932690f

Please sign in to comment.