@@ -23,12 +23,12 @@ configure(allprojects) { project ->
23
23
24
24
dependencyManagement {
25
25
imports {
26
- mavenBom " com.fasterxml.jackson:jackson-bom:2.11.0 "
26
+ mavenBom " com.fasterxml.jackson:jackson-bom:2.11.2 "
27
27
mavenBom " io.netty:netty-bom:4.1.51.Final"
28
28
mavenBom " io.projectreactor:reactor-bom:2020.0.0-SNAPSHOT"
29
29
mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR5"
30
30
mavenBom " io.rsocket:rsocket-bom:1.1.0-SNAPSHOT"
31
- mavenBom " org.eclipse.jetty:jetty-bom:9.4.30.v20200611 "
31
+ mavenBom " org.eclipse.jetty:jetty-bom:9.4.31.v20200723 "
32
32
mavenBom " org.jetbrains.kotlin:kotlin-bom:1.4.0-rc"
33
33
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.8-1.4.0-rc"
34
34
mavenBom " org.junit:junit-bom:5.6.2"
@@ -51,7 +51,7 @@ configure(allprojects) { project ->
51
51
entry ' aspectjtools'
52
52
entry ' aspectjweaver'
53
53
}
54
- dependencySet(group : ' org.codehaus.groovy' , version : ' 3.0.4 ' ) {
54
+ dependencySet(group : ' org.codehaus.groovy' , version : ' 3.0.5 ' ) {
55
55
entry ' groovy'
56
56
entry ' groovy-jsr223'
57
57
entry ' groovy-templates' // requires findbugs for warning-free compilation
@@ -71,7 +71,7 @@ configure(allprojects) { project ->
71
71
exclude group : " stax" , name : " stax-api"
72
72
}
73
73
dependency " com.google.code.gson:gson:2.8.6"
74
- dependency " com.google.protobuf:protobuf-java-util:3.12.2 "
74
+ dependency " com.google.protobuf:protobuf-java-util:3.12.4 "
75
75
dependency " com.googlecode.protobuf-java-format:protobuf-java-format:1.4"
76
76
dependency(" com.thoughtworks.xstream:xstream:1.4.12" ) {
77
77
exclude group : " xpp3" , name : " xpp3_min"
@@ -111,13 +111,13 @@ configure(allprojects) { project ->
111
111
dependency " org.apache.poi:poi-ooxml:4.1.2"
112
112
dependency " org.apache-extras.beanshell:bsh:2.0b6"
113
113
dependency " org.freemarker:freemarker:2.3.30"
114
- dependency " org.hsqldb:hsqldb:2.5.0 "
114
+ dependency " org.hsqldb:hsqldb:2.5.1 "
115
115
dependency " org.quartz-scheduler:quartz:2.3.2"
116
116
dependency " org.codehaus.fabric3.api:commonj:1.1.0"
117
117
dependency " net.sf.ehcache:ehcache:2.10.6"
118
118
dependency " org.ehcache:jcache:1.0.1"
119
119
dependency " org.ehcache:ehcache:3.4.0"
120
- dependency " org.hibernate:hibernate-core:5.4.18 .Final"
120
+ dependency " org.hibernate:hibernate-core:5.4.19 .Final"
121
121
dependency " org.hibernate:hibernate-validator:6.1.5.Final"
122
122
dependency " org.webjars:webjars-locator-core:0.45"
123
123
dependency " org.webjars:underscorejs:1.8.3"
@@ -158,7 +158,7 @@ configure(allprojects) { project ->
158
158
dependency ' org.apache.httpcomponents.core5:httpcore5-reactive:5.0.1'
159
159
dependency " org.eclipse.jetty:jetty-reactive-httpclient:1.1.4"
160
160
161
- dependency " org.jruby:jruby:9.2.11.1 "
161
+ dependency " org.jruby:jruby:9.2.12.0 "
162
162
dependency " org.python:jython-standalone:2.7.1"
163
163
dependency " org.mozilla:rhino:1.7.11"
164
164
@@ -181,7 +181,7 @@ configure(allprojects) { project ->
181
181
dependency(" de.bechte.junit:junit-hierarchicalcontextrunner:4.12.1" ) {
182
182
exclude group : " junit" , name : " junit"
183
183
}
184
- dependency " org.testng:testng:7.1 .0"
184
+ dependency " org.testng:testng:7.3 .0"
185
185
dependency " org.hamcrest:hamcrest:2.1"
186
186
dependency " org.awaitility:awaitility:3.1.6"
187
187
dependency " org.assertj:assertj-core:3.16.1"
@@ -191,7 +191,7 @@ configure(allprojects) { project ->
191
191
exclude group : " org.hamcrest" , name : " hamcrest-core"
192
192
}
193
193
}
194
- dependencySet(group : ' org.mockito' , version : ' 3.4.4 ' ) {
194
+ dependencySet(group : ' org.mockito' , version : ' 3.4.6 ' ) {
195
195
entry(' mockito-core' ) {
196
196
exclude group : " org.hamcrest" , name : " hamcrest-core"
197
197
}
@@ -211,7 +211,7 @@ configure(allprojects) { project ->
211
211
}
212
212
dependency " org.skyscreamer:jsonassert:1.5.0"
213
213
dependency " com.jayway.jsonpath:json-path:2.4.0"
214
- dependency " org.bouncycastle:bcpkix-jdk15on:1.65 "
214
+ dependency " org.bouncycastle:bcpkix-jdk15on:1.66 "
215
215
216
216
dependencySet(group : ' org.apache.tiles' , version : ' 3.0.8' ) {
217
217
entry ' tiles-api'
@@ -334,7 +334,7 @@ configure([rootProject] + javaProjects) { project ->
334
334
}
335
335
336
336
checkstyle {
337
- toolVersion = " 8.34 "
337
+ toolVersion = " 8.35 "
338
338
configDirectory. set(rootProject. file(" src/checkstyle" ))
339
339
}
340
340
0 commit comments