From 47e7900d9b66f3950b07ddcaafbc7331274ed52d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 06:28:16 +0000 Subject: [PATCH] Bump pl.allegro.tech.boot:handlebars-spring-boot-starter Bumps [pl.allegro.tech.boot:handlebars-spring-boot-starter](https://github.com/allegro/handlebars-spring-boot-starter) from 0.3.4 to 0.4.0. - [Release notes](https://github.com/allegro/handlebars-spring-boot-starter/releases) - [Commits](https://github.com/allegro/handlebars-spring-boot-starter/compare/handlebars-spring-boot-starter-0.3.4...handlebars-spring-boot-starter-0.4.0) --- updated-dependencies: - dependency-name: pl.allegro.tech.boot:handlebars-spring-boot-starter 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 55b4279..0a300d4 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ sourceCompatibility = 1.8 dependencies { compile 'org.springframework.boot:spring-boot-starter-web' - compile 'pl.allegro.tech.boot:handlebars-spring-boot-starter:0.3.4' + compile 'pl.allegro.tech.boot:handlebars-spring-boot-starter:0.4.0' testCompile 'org.springframework.boot:spring-boot-starter-test' }