Skip to content

Commit

Permalink
Update to safe snakeyaml, grpc and gradle (#2081)
Browse files Browse the repository at this point in the history
* Update gradle.properties

upgrade version of snakeyaml and grpc

* Update gradle-wrapper.properties

upgrade gradle version
  • Loading branch information
jack-gits authored Jan 18, 2023
1 parent 7924114 commit 221da4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slf4j_api_version=1.7.32
slf4j_log4j_version=2.17.1
testng_version=7.1.0
torchserve_sdk_version=0.0.4
snakeyaml_version=1.8
grpc_version=1.49.1
snakeyaml_version=1.31
grpc_version=1.50.0
protoc_version=3.18.0
lmax_disruptor_version=3.4.4
2 changes: 1 addition & 1 deletion frontend/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 221da4e

Please sign in to comment.