Skip to content

Commit 3692e1b

Browse files
Bump org.hibernate:hibernate-validator from 8.0.0.Final to 8.0.1.Final
Bumps org.hibernate:hibernate-validator from 8.0.0.Final to 8.0.1.Final. --- updated-dependencies: - dependency-name: org.hibernate:hibernate-validator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e7d788 commit 3692e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
runtimeOnly("org.postgresql:postgresql")
6060
runtimeOnly("com.h2database:h2")
6161
implementation("org.hibernate:hibernate-jpamodelgen:6.1.7.Final")
62-
implementation("org.hibernate:hibernate-validator:8.0.0.Final")
62+
implementation("org.hibernate:hibernate-validator:8.0.1.Final")
6363

6464
// -- Support for different file types
6565
implementation("com.openhtmltopdf:openhtmltopdf-pdfbox:1.0.10")

0 commit comments

Comments
 (0)