Skip to content

Commit fa27130

Browse files
committed
Upgrade to RxJava 2.1.13, Hibernate ORM 5.2.17, AspectJ 1.9.1
1 parent be4c07f commit fa27130

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ configure(allprojects) { project ->
5656
ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
5757
ext.rxjavaVersion = "1.3.8"
5858
ext.rxjavaAdapterVersion = "1.2.1"
59-
ext.rxjava2Version = "2.1.12"
60-
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
59+
ext.rxjava2Version = "2.1.13"
60+
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
6161
ext.tiles3Version = "3.0.8"
6262
ext.tomcatVersion = "8.5.30"
6363
ext.undertowVersion = "1.4.24.Final"

spring-aspects/spring-aspects.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ compileTestJava {
8080

8181
dependencies {
8282
aspects(project(":spring-orm"))
83-
ajc("org.aspectj:aspectjtools:1.9.0") // for JDK 9+ build compatibility
84-
rt("org.aspectj:aspectjrt:1.9.0") // for JDK 9+ build compatibility
83+
ajc("org.aspectj:aspectjtools:1.9.1") // for JDK 9+ build compatibility
84+
rt("org.aspectj:aspectjrt:1.9.1") // for JDK 9+ build compatibility
8585
compile("org.aspectj:aspectjweaver:${aspectjVersion}") // for Maven POM exposure
8686
optional(project(":spring-aop")) // for @Async support
8787
optional(project(":spring-beans")) // for @Configurable support

spring-orm/spring-orm.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
optional(project(":spring-context"))
1010
optional(project(":spring-web"))
1111
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.1")
12-
optional("org.hibernate:hibernate-core:5.2.16.Final")
12+
optional("org.hibernate:hibernate-core:5.2.17.Final")
1313
optional("javax.servlet:javax.servlet-api:3.1.0")
1414
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
1515
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")

spring-test/spring-test.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
testCompile("javax.ejb:javax.ejb-api:3.2")
6666
testCompile("javax.interceptor:javax.interceptor-api:1.2.1")
6767
testCompile("javax.mail:javax.mail-api:1.6.1")
68-
testCompile("org.hibernate:hibernate-core:5.2.16.Final")
68+
testCompile("org.hibernate:hibernate-core:5.2.17.Final")
6969
testCompile("org.hibernate:hibernate-validator:6.0.9.Final")
7070
// Enable use of the JUnit Platform Runner
7171
testCompile("org.junit.platform:junit-platform-runner:${junitPlatformVersion}")

0 commit comments

Comments
 (0)