File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
11
11
// 3rd party plugin repositories can be configured in settings.gradle
12
12
plugins {
13
13
id " io.spring.dependency-management" version " 1.0.5.RELEASE" apply false
14
- id " org.jetbrains.kotlin.jvm" version " 1.2.61 " apply false
14
+ id " org.jetbrains.kotlin.jvm" version " 1.2.70 " apply false
15
15
id " org.jetbrains.dokka" version " 0.9.17"
16
16
id " org.asciidoctor.convert" version " 1.5.7"
17
17
}
35
35
jackson2Version = " 2.9.6"
36
36
jettyVersion = " 9.4.12.v20180830"
37
37
junit5Version = " 5.3.1"
38
- kotlinVersion = " 1.2.61 "
38
+ kotlinVersion = " 1.2.70 "
39
39
log4jVersion = " 2.11.1"
40
40
nettyVersion = " 4.1.29.Final"
41
41
reactorVersion = " Californium-RC1"
@@ -277,7 +277,7 @@ configure(rootProject) {
277
277
testCompile(" javax.servlet:javax.servlet-api:3.1.0" )
278
278
testCompile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
279
279
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
280
- testCompile(" org.hibernate:hibernate-core:5.1.15 .Final" )
280
+ testCompile(" org.hibernate:hibernate-core:5.1.16 .Final" )
281
281
}
282
282
283
283
artifacts {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
optional(" org.freemarker:freemarker:${ freemarkerVersion} " )
17
17
testCompile(project(" :spring-context" ))
18
18
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
19
- testCompile(" org.hibernate:hibernate-validator:6.0.12 .Final" )
19
+ testCompile(" org.hibernate:hibernate-validator:6.0.13 .Final" )
20
20
testCompile(" javax.annotation:javax.annotation-api:1.3.2" )
21
21
testRuntime(" org.ehcache:jcache:1.0.1" )
22
22
testRuntime(" org.ehcache:ehcache:3.4.0" )
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dependencies {
61
61
testCompile(" javax.interceptor:javax.interceptor-api:1.2.2" )
62
62
testCompile(" javax.mail:javax.mail-api:1.6.2" )
63
63
testCompile(" org.hibernate:hibernate-core:5.2.17.Final" )
64
- testCompile(" org.hibernate:hibernate-validator:6.0.12 .Final" )
64
+ testCompile(" org.hibernate:hibernate-validator:6.0.13 .Final" )
65
65
// Enable use of the JUnit Platform Runner
66
66
testCompile(" org.junit.platform:junit-platform-runner" )
67
67
testCompile(" org.junit.jupiter:junit-jupiter-params" )
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
41
41
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
42
42
optional(" com.google.protobuf:protobuf-java-util:3.6.1" )
43
43
testCompile(" javax.xml.bind:jaxb-api:2.3.0" )
44
- testCompile(" org.hibernate:hibernate-validator:6.0.12 .Final" )
44
+ testCompile(" org.hibernate:hibernate-validator:6.0.13 .Final" )
45
45
testCompile " io.reactivex.rxjava2:rxjava:${ rxjava2Version} "
46
46
testCompile(" io.projectreactor:reactor-test" )
47
47
testCompile(" org.apache.tomcat:tomcat-util:${ tomcatVersion} " )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
50
50
testCompile(" org.eclipse.jetty:jetty-server" ) {
51
51
exclude group : " javax.servlet" , module : " javax.servlet"
52
52
}
53
- testCompile(" org.hibernate:hibernate-validator:6.0.12 .Final" )
53
+ testCompile(" org.hibernate:hibernate-validator:6.0.13 .Final" )
54
54
testCompile(" org.apache.httpcomponents:httpclient:4.5.6" ) {
55
55
exclude group : " commons-logging" , module : " commons-logging"
56
56
}
You can’t perform that action at this time.
0 commit comments