From 4f29d1e883e69f26c5a14898119ea6802ba7174f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 23:03:31 +0000 Subject: [PATCH] Bump api from 0.14.0 to 0.20.0 Bumps [api](https://github.com/deepjavalibrary/djl) from 0.14.0 to 0.20.0. - [Release notes](https://github.com/deepjavalibrary/djl/releases) - [Commits](https://github.com/deepjavalibrary/djl/commits) --- updated-dependencies: - dependency-name: ai.djl:api 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..e4dd939 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ dependencies { implementation "ai.djl.mxnet:mxnet-engine:0.15.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: 'api', version: '0.20.0' implementation group: 'ai.djl', name: 'basicdataset', version: '0.15.0' compileOnly 'org.projectlombok:lombok:1.18.22'