Skip to content

Commit 34f4640

Browse files
anbo-desnyk-bot
andauthored
[Snyk] Upgrade edu.stanford.nlp:stanford-corenlp from 4.5.7 to 4.5.8 (#372)
* fix: upgrade edu.stanford.nlp:stanford-corenlp from 4.5.7 to 4.5.8 Snyk has created this PR to upgrade edu.stanford.nlp:stanford-corenlp from 4.5.7 to 4.5.8. See this package in maven: 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 * Update pom.xml --------- Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 7fc25ef commit 34f4640

File tree

1 file changed

+3
-3
lines changed
  • qanary-component-NER-Stanford

1 file changed

+3
-3
lines changed

qanary-component-NER-Stanford/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>eu.wdaqua.qanary.component</groupId>
66
<artifactId>qanary-component-NER-Stanford</artifactId>
7-
<version>3.1.10</version>
7+
<version>3.1.11</version>
88

99
<parent>
1010
<groupId>org.springframework.boot</groupId>
@@ -71,12 +71,12 @@
7171
<dependency>
7272
<groupId>edu.stanford.nlp</groupId>
7373
<artifactId>stanford-corenlp</artifactId>
74-
<version>4.5.7</version>
74+
<version>4.5.8</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>edu.stanford.nlp</groupId>
7878
<artifactId>stanford-corenlp</artifactId>
79-
<version>4.5.7</version>
79+
<version>4.5.8</version>
8080
<classifier>models</classifier>
8181
</dependency>
8282
<dependency>

0 commit comments

Comments
 (0)