Skip to content

Commit

Permalink
[api] Updates dependencies version to latest (#3454)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Sep 9, 2024
1 parent 61ffdbb commit 0c68d70
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 @@ -16,32 +16,32 @@ fasttext = "0.9.2"
sentencepiece = "0.2.0"
tokenizers = "0.20.0"

slf4j = "2.0.13"
slf4j = "2.0.16"
log4j_slf4j = "2.23.1"
gson = "2.11.0"
jna = "5.14.0"
commonCli = "1.8.0"
commonsCompress = "1.26.2"
commonCli = "1.9.0"
commonsCompress = "1.27.1"
commonsCsv = "1.11.0"
commonsLogging = "1.3.3"
commonsLogging = "1.3.4"

awssdk = "2.26.19"
awssdk = "2.27.18"
ffmpeg = "6.1.1-1.5.10"
hadoop = "3.4.0"
javacpp = "1.5.10"
javacv = "1.5.10"
openpnpOpencv = "4.9.0-0"
spark = "3.5.1"
spark = "3.5.2"
tablesaw = "0.43.1"
rapis = "22.12.0"
protobuf = "3.25.3"
protobuf = "3.25.4"
jackson = "2.17.2"
jtransforms = "3.1"

antlr = "4.11.1"
testng = "7.10.2"
junit = "4.13.2"
mockito = "5.12.0"
mockito = "5.13.0"

[libraries]
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
Expand Down

0 comments on commit 0c68d70

Please sign in to comment.