Skip to content

Commit

Permalink
Bump stanford-corenlp from 4.0.0 to 4.4.0 in /java
Browse files Browse the repository at this point in the history
Bumps stanford-corenlp from 4.0.0 to 4.4.0.

---
updated-dependencies:
- dependency-name: edu.stanford.nlp:stanford-corenlp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 26, 2022
1 parent a3704c1 commit 09f9f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<java.version>1.6</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<corenlp.version>4.0.0</corenlp.version>
<corenlp.version>4.4.0</corenlp.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 09f9f1d

Please sign in to comment.