From b57b9992b1873fa4c6309f6074e88f326ba39c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 23:19:34 +0000 Subject: [PATCH] Bump mxnet-engine from 0.15.0 to 0.16.0 Bumps [mxnet-engine](https://github.com/deepjavalibrary/djl) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/deepjavalibrary/djl/releases) - [Commits](https://github.com/deepjavalibrary/djl/commits) --- updated-dependencies: - dependency-name: ai.djl.mxnet:mxnet-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 02ed9d0..bab17d6 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ dependencies { implementation 'com.google.inject:guice:5.0.1' - implementation "ai.djl.mxnet:mxnet-engine:0.15.0" + implementation "ai.djl.mxnet:mxnet-engine:0.16.0" implementation 'ai.djl.mxnet:mxnet-native-mkl:1.8.0:win-x86_64' implementation group: 'ai.djl', name: 'api', version: '0.14.0' implementation group: 'ai.djl', name: 'basicdataset', version: '0.15.0'