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 fd86f34 commit 96ea3a8Copy full SHA for 96ea3a8
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.4")
12
- optional("org.hibernate:hibernate-core:5.4.3.Final")
+ optional("org.hibernate:hibernate-core:5.4.4.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