Skip to content

Commit 9e1631d

Browse files
committed
Dropped JCache RC repo (now unused); minor dependency upgrades
Issue: SPR-11640
1 parent 0041e24 commit 9e1631d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

build.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ configure(allprojects) { project ->
1616
ext.aspectjVersion = "1.7.4"
1717
ext.groovyVersion = "1.8.9"
1818
ext.hibernate3Version = "3.6.10.Final"
19-
ext.hibernate4Version = "4.2.11.Final"
19+
ext.hibernate4Version = "4.2.12.Final"
2020
ext.hibValVersion = "4.3.1.Final"
2121
ext.hsqldbVersion = "2.3.2"
22-
ext.jackson2Version = "2.3.1"
22+
ext.jackson2Version = "2.3.2"
2323
ext.jasperReportsVersion = "5.5.1"
24-
ext.jettyVersion = "9.1.3.v20140225"
24+
ext.jettyVersion = "9.1.4.v20140401"
2525
ext.jodaVersion = "2.3"
2626
ext.junitVersion = "4.11"
2727
ext.slf4jVersion = "1.7.6"
@@ -75,10 +75,9 @@ configure(allprojects) { project ->
7575
}
7676

7777
repositories {
78-
maven { url "http://repo.spring.io/snapshot" } // temporarily until Reactor 1.1.0.M4
7978
maven { url "http://repo.spring.io/libs-release" }
80-
maven { url "http://repo.spring.io/milestone" } // for AspectJ 1.8.0.M1
81-
maven { url "https://oss.sonatype.org/content/repositories/releases" } // javax.cache
79+
maven { url "http://repo.spring.io/milestone" } // for AspectJ 1.8.0.RC2
80+
maven { url "http://repo.spring.io/snapshot" } // temporarily until Reactor 1.1.0.M4
8281
}
8382

8483
dependencies {

0 commit comments

Comments
 (0)