We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d2984 commit 23ec2c7Copy full SHA for 23ec2c7
web/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
implementation("de.otto.edison:edison-core:3.3.3")
11
12
//Update hibernate validator that comes with edison-core
13
- implementation("org.hibernate.validator:hibernate-validator:8.0.1.Final")
+ implementation("org.hibernate.validator:hibernate-validator:8.0.2.Final")
14
//Update commons-codec
15
implementation("commons-codec:commons-codec:1.17.1")
16
//Update embedded tomcat
0 commit comments