From 6b9257205217a292692c77c1f7da48abba8d2e74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:41:41 +0000 Subject: [PATCH] Gradle: Bump com.samskivert:jmustache from 1.15 to 1.16 Bumps [com.samskivert:jmustache](https://github.com/samskivert/jmustache) from 1.15 to 1.16. - [Commits](https://github.com/samskivert/jmustache/compare/jmustache-1.15...jmustache-1.16) --- updated-dependencies: - dependency-name: com.samskivert:jmustache dependency-version: '1.16' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 56b467783..05700a267 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ buildscript { // Due to bug OpenAPITools/openapi-generator#20375 when we use another // plugin that also depends on jmustache the newer version ends up being // used and it breaks the generation of the python client. - resolutionStrategy.force("com.samskivert:jmustache:1.15") + resolutionStrategy.force("com.samskivert:jmustache:1.16") } }