We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfee34 commit e0ccbcbCopy full SHA for e0ccbcb
spring-orm/spring-orm.gradle
@@ -9,7 +9,7 @@ dependencies {
9
optional(project(":spring-context"))
10
optional(project(":spring-web"))
11
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.1")
12
- optional("org.hibernate:hibernate-core:5.3.0.CR2")
+ optional("org.hibernate:hibernate-core:5.3.0.Final")
13
optional("javax.servlet:javax.servlet-api:3.1.0")
14
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
15
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
0 commit comments