Skip to content

Commit

Permalink
[Snyk] Upgrade edu.stanford.nlp:stanford-corenlp from 4.5.3 to 4.5.4 (#…
Browse files Browse the repository at this point in the history
…287)

* fix: upgrade edu.stanford.nlp:stanford-corenlp from 4.5.3 to 4.5.4

Snyk has created this PR to upgrade edu.stanford.nlp:stanford-corenlp from 4.5.3 to 4.5.4.

See this package in Maven Repository:
https://mvnrepository.com/artifact/edu.stanford.nlp/stanford-corenlp/

See this project in Snyk:
https://app.snyk.io/org/anbo-de/project/5c6cb668-e203-43d1-810e-cbc94f1f6341?utm_source=github&utm_medium=referral&page=upgrade-pr

* NER Stanford v3.1.7

---------

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
anbo-de and snyk-bot committed Jul 25, 2023
1 parent 6b9817d commit 792afd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qanary-component-NER-Stanford/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.wdaqua.qanary.component</groupId>
<artifactId>qanary-component-NER-Stanford</artifactId>
<version>3.1.6</version>
<version>3.1.7</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand Down Expand Up @@ -69,12 +69,12 @@
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.3</version>
<version>4.5.4</version>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.3</version>
<version>4.5.4</version>
<classifier>models</classifier>
</dependency>
<dependency>
Expand Down

0 comments on commit 792afd0

Please sign in to comment.