From 1f32529f306c1e22133bb4e004d630d15de97d8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 18:04:03 +0000 Subject: [PATCH] chore(deps): bump edu.stanford.nlp:stanford-corenlp from 4.5.3 to 4.5.4 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] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index e6aaa91..b428d8b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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")