Skip to content

Commit 4f5fb00

Browse files
authored
chore: update dependencies
update dependencies to latest available
1 parent 688a5ca commit 4f5fb00

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ repositories {
1515
}
1616

1717
dependencies {
18-
implementation 'com.microsoft.onnxruntime:onnxruntime:1.13.1'
19-
implementation "ai.djl.huggingface:tokenizers:0.29.0"
20-
implementation 'org.slf4j:slf4j-api:2.0.13'
18+
implementation 'com.microsoft.onnxruntime:onnxruntime:1.26.0'
19+
implementation "ai.djl.huggingface:tokenizers:0.36.0"
20+
implementation 'org.slf4j:slf4j-api:2.0.18'
2121
}
2222

2323
test {

0 commit comments

Comments
 (0)