diff --git a/web/build.gradle b/web/build.gradle index e0cb58d2..7ef6e606 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.0") + implementation("de.otto.edison:edison-core:3.3.1") //Update hibernate validator that comes with edison-core implementation("org.hibernate.validator:hibernate-validator:8.0.1.Final")