Skip to content

Commit 6359642

Browse files
aheritiersnicoll
authored andcommitted
Fix dependency management of hibernate-validator-annotation-processor
Closes gh-12210
1 parent f73f283 commit 6359642

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)