Skip to content

Commit f402def

Browse files
Gradle: Bump ai.djl:api from 0.28.0 to 0.32.0
Bumps [ai.djl:api](https://github.com/deepjavalibrary/djl) from 0.28.0 to 0.32.0. - [Release notes](https://github.com/deepjavalibrary/djl/releases) - [Commits](deepjavalibrary/djl@v0.28.0...v0.32.0) --- updated-dependencies: - dependency-name: ai.djl:api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b50f83c commit f402def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ dependencies {
225225
implementation("org.apache.tika:tika-core:${tikaVersion}")
226226
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesCoreVersion")
227227
implementation("com.redis.om:redis-om-spring:${redisOMVersion}") {
228-
constraints { implementation("ai.djl:api:0.28.0") }
228+
constraints { implementation("ai.djl:api:0.32.0") }
229229
}
230230

231231
implementation("com.redis.testcontainers:testcontainers-redis-junit:$testcontainersRedis")

0 commit comments

Comments
 (0)