Skip to content

Commit

Permalink
[serving] Updates dependencies version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu committed Sep 16, 2024
1 parent 5c46335 commit 657f23e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ format.version = "1.1"

[versions]
djl = "0.30.0"
onnxruntime = "1.18.0"
commonsCli = "1.8.0"
commonsCodec = "1.17.0"
netty = "4.1.111.Final"
slf4j = "2.0.13"
onnxruntime = "1.19.0"
commonsCli = "1.9.0"
commonsCodec = "1.17.1"
netty = "4.1.112.Final"
slf4j = "2.0.16"
log4jSlf4j = "2.23.1"
snakeyaml = "2.2"
snakeyaml = "2.3"
disruptor = "3.4.4"
prometheus = "1.3.1"
awssdk = "2.26.19"
awssdk = "2.27.23"
httpcomponents = "4.5.14"
jsonpath = "2.9.0"

testng = "7.10.2"
junit = "4.13.2"
mockitocore = "5.12.0"
mockitocore = "5.13.0"

[libraries]
huggingface-tokenizers = { module = "ai.djl.huggingface:tokenizers" }
Expand Down

0 comments on commit 657f23e

Please sign in to comment.