From 35b0f8ed8207d5bc380ee2772b26ef0bda216813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 01:01:13 +0000 Subject: [PATCH] Bump com.enonic.lib:lib-thymeleaf from 2.0.2 to 2.1.0 Bumps [com.enonic.lib:lib-thymeleaf](https://github.com/enonic/lib-thymeleaf) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/enonic/lib-thymeleaf/releases) - [Commits](https://github.com/enonic/lib-thymeleaf/compare/v2.0.2...v2.1.0) --- updated-dependencies: - dependency-name: com.enonic.lib:lib-thymeleaf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 16c73a77a..d34d9d975 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ app { systemVersion = "${xpVersion}"} dependencies { - include "com.enonic.lib:lib-thymeleaf:2.0.2" + include "com.enonic.lib:lib-thymeleaf:2.1.0" implementation "com.enonic.xp:core-api:${xpVersion}" implementation "com.enonic.xp:portal-api:${xpVersion}" include "com.enonic.xp:lib-content:${xpVersion}"