Skip to content

Commit

Permalink
Updated to Hibernate 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Jul 31, 2013
1 parent 127b91f commit 5b4dcbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ configure(allprojects) { project ->

repositories {
maven { url "http://repo.springsource.org/libs-release" }
maven { url "http://maven.springframework.org/milestone" }
maven { url "http://maven.springframework.org/milestone" } // for AspectJ 1.8.0.M1
}

dependencies {
Expand Down Expand Up @@ -549,8 +549,8 @@ project("spring-orm-hibernate4") {
dependencies {
provided(project(":spring-tx"))
provided(project(":spring-jdbc"))
optional("org.hibernate:hibernate-core:4.2.1.Final")
optional("org.hibernate:hibernate-entitymanager:4.2.1.Final")
optional("org.hibernate:hibernate-core:4.2.2.Final")
optional("org.hibernate:hibernate-entitymanager:4.2.2.Final")
optional(project(":spring-web"))
optional("javax.servlet:javax.servlet-api:3.0.1")
}
Expand Down Expand Up @@ -809,7 +809,7 @@ configure(rootProject) {
testCompile(project(":spring-web"))
testCompile(project(":spring-webmvc-portlet"))
testCompile(project(":spring-orm"))
testCompile("org.hibernate:hibernate-core:4.2.1.Final")
testCompile("org.hibernate:hibernate-core:4.2.2.Final")
testCompile("javax.servlet:javax.servlet-api:3.0.1")
testCompile("javax.portlet:portlet-api:2.0")
testCompile("javax.inject:javax.inject:1")
Expand Down

0 comments on commit 5b4dcbf

Please sign in to comment.