Skip to content

Commit

Permalink
chore(deps): bump edu.stanford.nlp:stanford-corenlp from 4.5.3 to 4.5.4
Browse files Browse the repository at this point in the history
Bumps edu.stanford.nlp:stanford-corenlp from 4.5.3 to 4.5.4.

---
updated-dependencies:
- dependency-name: edu.stanford.nlp:stanford-corenlp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 29, 2023
1 parent 08725d3 commit d15c8f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ dependencies {
implementation("com.github.jelmerk:hnswlib-core:1.1.0")
implementation("com.github.jelmerk:hnswlib-utils:1.1.0")

implementation("edu.stanford.nlp:stanford-corenlp:4.5.3")
implementation("edu.stanford.nlp:stanford-corenlp:4.5.3:models")
implementation("edu.stanford.nlp:stanford-corenlp:4.5.4")
implementation("edu.stanford.nlp:stanford-corenlp:4.5.4:models")
implementation("org.tensorflow:tensorflow:1.4.0")
implementation("com.h2database:h2-mvstore:2.1.214")

Expand Down

0 comments on commit d15c8f9

Please sign in to comment.