This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git
The following commit(s) were added to refs/heads/master by this push:
new af4aacc Bump org.hibernate:hibernate-validator from 8.0.1.Final to
8.0.2.Final
af4aacc is described below
commit af4aacc6fb250f21bba5025806a61608de4afb43
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 16 10:05:31 2024 +0000
Bump org.hibernate:hibernate-validator from 8.0.1.Final to 8.0.2.Final
Bumps org.hibernate:hibernate-validator from 8.0.1.Final to 8.0.2.Final.
---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-validator
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
bval-perf/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bval-perf/pom.xml b/bval-perf/pom.xml
index 1e0ed15..5f246ba 100644
--- a/bval-perf/pom.xml
+++ b/bval-perf/pom.xml
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
- <version>8.0.1.Final</version>
+ <version>8.0.2.Final</version>
<scope>test</scope>
</dependency>