Skip to content

Commit 8257fd9

Browse files
committed
Merge pull request #12210 from aheritier:patch-1
* pr/12210: Fix dependency management of hibernate-validator-annotation-processor
2 parents f73f283 + 6359642 commit 8257fd9

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@
18721872
<version>${hibernate-validator.version}</version>
18731873
</dependency>
18741874
<dependency>
1875-
<groupId>org.hibernate</groupId>
1875+
<groupId>org.hibernate.validator</groupId>
18761876
<artifactId>hibernate-validator-annotation-processor</artifactId>
18771877
<version>${hibernate-validator.version}</version>
18781878
</dependency>

0 commit comments

Comments
 (0)