From e7ce30e4b40669dbe2218c839693b2b9ec76623e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 23:23:33 +0000 Subject: [PATCH] Bump mxnet-engine from 0.15.0 to 0.18.0 Bumps [mxnet-engine](https://github.com/deepjavalibrary/djl) from 0.15.0 to 0.18.0. - [Release notes](https://github.com/deepjavalibrary/djl/releases) - [Commits](https://github.com/deepjavalibrary/djl/compare/v0.15.0...v0.18.0) --- 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..a06265b 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.18.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'