summaryrefslogtreecommitdiffstats
path: root/linguistics-components
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-10-04 09:04:21 +0000
committerGitHub <noreply@github.com>2023-10-04 09:04:21 +0000
commite40f51ccabbf9e6843889accf17bad84ff872cdb (patch)
tree415813db44fada4e7efdff46f5f8aefb5a65463f /linguistics-components
parent67a2ca78bac640ee9663128c80753681959c932f (diff)
Update dependency ai.djl.huggingface:tokenizers to v0.24.0
Diffstat (limited to 'linguistics-components')
-rw-r--r--linguistics-components/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistics-components/pom.xml b/linguistics-components/pom.xml
index 68b0437ac3f..ae20fc83aae 100644
--- a/linguistics-components/pom.xml
+++ b/linguistics-components/pom.xml
@@ -21,7 +21,7 @@
<dependency>
<groupId>ai.djl.huggingface</groupId>
<artifactId>tokenizers</artifactId>
- <version>0.23.0</version>
+ <version>0.24.0</version>
<exclusions>
<exclusion>
<groupId>com.google.code.gson</groupId>