From 885c6836afb7022a03b320aa33c4afb9daf1f471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 19:45:12 +0000 Subject: [PATCH] [java] Bump com.github.haifengl:smile-core from 1.5.1 to 4.4.1 Bumps [com.github.haifengl:smile-core](https://github.com/haifengl/smile) from 1.5.1 to 4.4.1. - [Release notes](https://github.com/haifengl/smile/releases) - [Commits](https://github.com/haifengl/smile/compare/v1.5.1...v4.4.1) --- updated-dependencies: - dependency-name: com.github.haifengl:smile-core dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- libs/core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core/build.gradle.kts b/libs/core/build.gradle.kts index 72659cda..f72eaabb 100644 --- a/libs/core/build.gradle.kts +++ b/libs/core/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { } implementation("com.esotericsoftware:kryo:4.0.0") - implementation("com.github.haifengl:smile-core:1.5.1") + implementation("com.github.haifengl:smile-core:4.4.1") implementation("org.glassfish.jaxb:jaxb-core") implementation("org.apache.httpcomponents:httpcore") implementation("commons-codec:commons-codec")