From ba484d3345224a8c9e88cb75437ab1f237794ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:38:46 +0000 Subject: [PATCH] Bump ai.djl:bom from 0.30.0 to 0.31.1 (#12344) Bumps [ai.djl:bom](https://github.com/deepjavalibrary/djl) from 0.30.0 to 0.31.1. - [Release notes](https://github.com/deepjavalibrary/djl/releases) - [Commits](https://github.com/deepjavalibrary/djl/compare/v0.30.0...v0.31.1) --- updated-dependencies: - dependency-name: ai.djl:bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8aced47f166..cdaec02a19a 100644 --- a/build.gradle +++ b/build.gradle @@ -358,7 +358,7 @@ dependencies { } implementation 'org.apache.velocity:velocity-engine-core:2.4.1' - implementation platform('ai.djl:bom:0.30.0') + implementation platform('ai.djl:bom:0.31.1') implementation 'ai.djl:api' implementation 'ai.djl.huggingface:tokenizers' implementation 'ai.djl.pytorch:pytorch-model-zoo'