From 6ec56fa14089f5e39d1ffa99ede49617d2d0548e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 18:56:40 +0000 Subject: [PATCH] Bump com.enonic.lib:lib-mustache from 2.1.0 to 2.1.1 Bumps [com.enonic.lib:lib-mustache](https://github.com/enonic/lib-mustache) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/enonic/lib-mustache/releases) - [Commits](https://github.com/enonic/lib-mustache/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: com.enonic.lib:lib-mustache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e236c18..de01e52 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { // src/main/resources/services/uploadLicense/uploadLicense.js include 'com.enonic.lib:lib-license:3.0.1' - include 'com.enonic.lib:lib-mustache:2.1.0' + include 'com.enonic.lib:lib-mustache:2.1.1' include "com.enonic.lib:lib-http-client:3.2.2" }