From e56f91d381175b0add9d64b124528dae46c67323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 04:37:50 +0000 Subject: [PATCH] Bump de.otto.edison:edison-core from 3.3.3 to 3.4.0 Bumps [de.otto.edison:edison-core](https://github.com/otto-de/jlineup) from 3.3.3 to 3.4.0. - [Release notes](https://github.com/otto-de/jlineup/releases) - [Changelog](https://github.com/otto-de/jlineup/blob/main/HISTORY.md) - [Commits](https://github.com/otto-de/jlineup/commits) --- updated-dependencies: - dependency-name: de.otto.edison:edison-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/build.gradle b/web/build.gradle index 1b39cd48..72fb1b63 100644 --- a/web/build.gradle +++ b/web/build.gradle @@ -7,7 +7,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-web:${springBootVersion}") implementation 'org.yaml:snakeyaml:2.3' implementation("org.springframework.boot:spring-boot-starter-thymeleaf:${springBootVersion}") - implementation("de.otto.edison:edison-core:3.3.3") + implementation("de.otto.edison:edison-core:3.4.0") //Update hibernate validator that comes with edison-core implementation("org.hibernate.validator:hibernate-validator:8.0.2.Final")