Skip to content

Commit 5720d30

Browse files
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](samskivert/jmustache@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] <[email protected]>
1 parent ed9ed58 commit 5720d30

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
@@ -28,7 +28,7 @@ buildscript {
2828
// Due to bug OpenAPITools/openapi-generator#20375 when we use another
2929
// plugin that also depends on jmustache the newer version ends up being
3030
// used and it breaks the generation of the python client.
31-
resolutionStrategy.force("com.samskivert:jmustache:1.15")
31+
resolutionStrategy.force("com.samskivert:jmustache:1.16")
3232
}
3333
}
3434

0 commit comments

Comments
 (0)