Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
c601c09e
Commit
c601c09e
authored
Oct 01, 2014
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Hibernate Validator 5.1.2.Final
Closes gh-1595
parent
da90e5bc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
pom.xml
spring-boot-actuator/pom.xml
+5
-0
pom.xml
spring-boot-autoconfigure/pom.xml
+5
-0
pom.xml
spring-boot-dependencies/pom.xml
+1
-1
No files found.
spring-boot-actuator/pom.xml
View file @
c601c09e
...
@@ -101,6 +101,11 @@
...
@@ -101,6 +101,11 @@
<artifactId>
tomcat-embed-core
</artifactId>
<artifactId>
tomcat-embed-core
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
org.apache.tomcat.embed
</groupId>
<artifactId>
tomcat-embed-el
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
org.crashub
</groupId>
<groupId>
org.crashub
</groupId>
<artifactId>
crash.shell
</artifactId>
<artifactId>
crash.shell
</artifactId>
...
...
spring-boot-autoconfigure/pom.xml
View file @
c601c09e
...
@@ -90,6 +90,11 @@
...
@@ -90,6 +90,11 @@
<artifactId>
tomcat-embed-core
</artifactId>
<artifactId>
tomcat-embed-core
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
org.apache.tomcat.embed
</groupId>
<artifactId>
tomcat-embed-el
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.tomcat
</groupId>
<groupId>
org.apache.tomcat
</groupId>
<artifactId>
tomcat-jdbc
</artifactId>
<artifactId>
tomcat-jdbc
</artifactId>
...
...
spring-boot-dependencies/pom.xml
View file @
c601c09e
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
<hibernate.version>
4.3.6.Final
</hibernate.version>
<hibernate.version>
4.3.6.Final
</hibernate.version>
<hibernate-entitymanager.version>
${hibernate.version}
</hibernate-entitymanager.version>
<hibernate-entitymanager.version>
${hibernate.version}
</hibernate-entitymanager.version>
<hibernate-jpa-api.version>
1.0.1.Final
</hibernate-jpa-api.version>
<hibernate-jpa-api.version>
1.0.1.Final
</hibernate-jpa-api.version>
<hibernate-validator.version>
5.
0.3
.Final
</hibernate-validator.version>
<hibernate-validator.version>
5.
1.2
.Final
</hibernate-validator.version>
<hikaricp.version>
1.4.0
</hikaricp.version>
<hikaricp.version>
1.4.0
</hikaricp.version>
<httpclient.version>
4.3.5
</httpclient.version>
<httpclient.version>
4.3.5
</httpclient.version>
<httpasyncclient.version>
4.0.2
</httpasyncclient.version>
<httpasyncclient.version>
4.0.2
</httpasyncclient.version>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment