This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push:
new 9eaa8b22957 Bumps Spring Boot 3.5.4 -> 3.5.5 (hibernate validator pom
coors fix)
9eaa8b22957 is described below
commit 9eaa8b2295755ad92180b96cb5020d00302d2bfc
Author: Andi Huber <[email protected]>
AuthorDate: Tue Aug 26 09:39:45 2025 +0200
Bumps Spring Boot 3.5.4 -> 3.5.5 (hibernate validator pom coors fix)
---
bom/pom.xml | 4 ++--
core/config/pom.xml | 16 +---------------
2 files changed, 3 insertions(+), 17 deletions(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index c8f4200e948..39f9bdf0312 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -39,7 +39,7 @@ identified
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>3.5.4</version>
+ <version>3.5.5</version>
<relativePath />
</parent>
<groupId>org.apache.causeway</groupId>
@@ -1629,7 +1629,7 @@ identified
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
+ <groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>${hibernate-validator.version}</version>
<exclusions>
diff --git a/core/config/pom.xml b/core/config/pom.xml
index f91f248bb04..c0e55cd5190 100644
--- a/core/config/pom.xml
+++ b/core/config/pom.xml
@@ -94,22 +94,8 @@
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
+ <groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.logging</groupId>
-
<artifactId>jboss-logging-processor</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.jboss.logging</groupId>
-
<artifactId>jboss-logging-annotations</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<!--