File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 slf4jVersion = " 1.7.25" // spring-jcl + consistent 3rd party deps
4848 tiles3Version = " 3.0.8"
4949 tomcatVersion = " 9.0.10"
50- undertowVersion = " 2.0.10 .Final"
50+ undertowVersion = " 2.0.11 .Final"
5151
5252 gradleScriptDir = " ${ rootProject.projectDir} /gradle"
5353 withoutJclOverSlf4J = {
@@ -157,7 +157,7 @@ configure(allprojects) { project ->
157157 testCompile(" junit:junit:4.12" ) {
158158 exclude group :' org.hamcrest' , module :' hamcrest-core'
159159 }
160- testCompile(" org.mockito:mockito-core:2.19.0 " ) {
160+ testCompile(" org.mockito:mockito-core:2.19.1 " ) {
161161 exclude group :' org.hamcrest' , module :' hamcrest-core'
162162 }
163163 testCompile(" com.nhaarman:mockito-kotlin:1.6.0" ) {
Original file line number Diff line number Diff 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.2" )
12- optional(" org.hibernate:hibernate-core:5.3.2 .Final" )
12+ optional(" org.hibernate:hibernate-core:5.3.3 .Final" )
1313 optional(" javax.servlet:javax.servlet-api:3.1.0" )
1414 testCompile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
1515 testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
You can’t perform that action at this time.
0 commit comments