From b9be8d01e1e75a070c6a8e0a6e8e8f971ed2e983 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 07:46:05 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - ai.djl.onnxruntime:onnxruntime-engine from 0.28.0 to 0.29.0. See this package in maven: https://mvnrepository.com/artifact/ai.djl.onnxruntime/onnxruntime-engine/ - ai.djl.opencv:opencv from 0.28.0 to 0.29.0. See this package in maven: https://mvnrepository.com/artifact/ai.djl.opencv/opencv/ - ai.djl.pytorch:pytorch-engine from 0.28.0 to 0.29.0. See this package in maven: https://mvnrepository.com/artifact/ai.djl.pytorch/pytorch-engine/ - ai.djl.pytorch:pytorch-model-zoo from 0.28.0 to 0.29.0. See this package in maven: https://mvnrepository.com/artifact/ai.djl.pytorch/pytorch-model-zoo/ - com.microsoft.onnxruntime:onnxruntime from 1.18.0 to 1.19.0. See this package in maven: https://mvnrepository.com/artifact/com.microsoft.onnxruntime/onnxruntime/ See this project in Snyk: https://app.snyk.io/org/yucl80/project/2b4a6846-2ec1-4c65-b304-d48f9960e6a5?utm_source=github&utm_medium=referral&page=upgrade-pr --- djl-demo/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djl-demo/pom.xml b/djl-demo/pom.xml index 271542f..756e517 100644 --- a/djl-demo/pom.xml +++ b/djl-demo/pom.xml @@ -19,7 +19,7 @@ com.microsoft.onnxruntime onnxruntime - 1.18.0 + 1.19.0