Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 5d4be31

Browse files
committed
Force hibernate update
1 parent a544402 commit 5d4be31

File tree

1 file changed

+7
-1
lines changed
  • containers/java-8-tomcat-8.5/test-project

1 file changed

+7
-1
lines changed

containers/java-8-tomcat-8.5/test-project/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.1.10.RELEASE</version>
8+
<version>2.2.1.RELEASE</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.mycompany</groupId>
@@ -36,6 +36,12 @@
3636
<artifactId>spring-boot-starter-tomcat</artifactId>
3737
<scope>provided</scope>
3838
</dependency>
39+
40+
<dependency>
41+
<groupId>org.hibernate.validator</groupId>
42+
<artifactId>hibernate-validator</artifactId>
43+
<version>6.1.0.Final</version>
44+
</dependency>
3945
</dependencies>
4046

4147
<build>

0 commit comments

Comments
 (0)