File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ configure(allprojects) { project ->
56
56
ext. reactorVersion = " Bismuth-BUILD-SNAPSHOT"
57
57
ext. rxjavaVersion = " 1.3.8"
58
58
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
61
61
ext. tiles3Version = " 3.0.8"
62
62
ext. tomcatVersion = " 8.5.30"
63
63
ext. undertowVersion = " 1.4.24.Final"
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ compileTestJava {
80
80
81
81
dependencies {
82
82
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
85
85
compile(" org.aspectj:aspectjweaver:${ aspectjVersion} " ) // for Maven POM exposure
86
86
optional(project(" :spring-aop" )) // for @Async support
87
87
optional(project(" :spring-beans" )) // for @Configurable support
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
9
9
optional(project(" :spring-context" ))
10
10
optional(project(" :spring-web" ))
11
11
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" )
13
13
optional(" javax.servlet:javax.servlet-api:3.1.0" )
14
14
testCompile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
15
15
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies {
65
65
testCompile(" javax.ejb:javax.ejb-api:3.2" )
66
66
testCompile(" javax.interceptor:javax.interceptor-api:1.2.1" )
67
67
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" )
69
69
testCompile(" org.hibernate:hibernate-validator:6.0.9.Final" )
70
70
// Enable use of the JUnit Platform Runner
71
71
testCompile(" org.junit.platform:junit-platform-runner:${ junitPlatformVersion} " )
You can’t perform that action at this time.
0 commit comments