From af68b57539cf6c26a37459942687a0e15022f8d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 05:09:41 +0000 Subject: [PATCH] Bump com.github.weisj:jsvg from 2.0.0 to 2.1.0 Bumps [com.github.weisj:jsvg](https://github.com/weisJ/jsvg) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/weisJ/jsvg/releases) - [Commits](https://github.com/weisJ/jsvg/commits/v2.1.0) --- updated-dependencies: - dependency-name: com.github.weisj:jsvg dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cd94f6779..a1d2de259 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ kotlin-atomicfu = "0.32.1" kotlin-dokka = "2.2.0" kotlinx-browser = "0.5.0" lwjgl = "3.4.1" -jsvg = "2.0.0" +jsvg = "2.1.0" androidsvg = "1.4" physx-jni = "2.7.2" physx-wasm = "2.7.2"