@@ -27,12 +27,12 @@ configure(allprojects) { project ->
27
27
28
28
dependencyManagement {
29
29
imports {
30
- mavenBom " com.fasterxml.jackson:jackson-bom:2.12.2 "
30
+ mavenBom " com.fasterxml.jackson:jackson-bom:2.12.3 "
31
31
mavenBom " io.netty:netty-bom:4.1.63.Final"
32
32
mavenBom " io.projectreactor:reactor-bom:2020.0.7-SNAPSHOT"
33
33
mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR9"
34
34
mavenBom " io.rsocket:rsocket-bom:1.1.0"
35
- mavenBom " org.eclipse.jetty:jetty-bom:9.4.39.v20210325 "
35
+ mavenBom " org.eclipse.jetty:jetty-bom:9.4.40.v20210413 "
36
36
mavenBom " org.jetbrains.kotlin:kotlin-bom:1.5.0"
37
37
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.3"
38
38
mavenBom " org.jetbrains.kotlinx:kotlinx-serialization-bom:1.2.0"
@@ -56,7 +56,7 @@ configure(allprojects) { project ->
56
56
entry ' aspectjtools'
57
57
entry ' aspectjweaver'
58
58
}
59
- dependencySet(group : ' org.codehaus.groovy' , version : ' 3.0.7 ' ) {
59
+ dependencySet(group : ' org.codehaus.groovy' , version : ' 3.0.8 ' ) {
60
60
entry ' groovy'
61
61
entry ' groovy-jsr223'
62
62
entry ' groovy-templates' // requires findbugs for warning-free compilation
@@ -72,13 +72,13 @@ configure(allprojects) { project ->
72
72
73
73
dependency " com.caucho:hessian:4.0.63"
74
74
dependency " com.fasterxml:aalto-xml:1.2.2"
75
- dependency(" com.fasterxml.woodstox:woodstox-core:6.2.4 " ) {
75
+ dependency(" com.fasterxml.woodstox:woodstox-core:6.2.6 " ) {
76
76
exclude group : " stax" , name : " stax-api"
77
77
}
78
78
dependency " com.google.code.gson:gson:2.8.6"
79
- dependency " com.google.protobuf:protobuf-java-util:3.15.5 "
79
+ dependency " com.google.protobuf:protobuf-java-util:3.15.8 "
80
80
dependency " com.googlecode.protobuf-java-format:protobuf-java-format:1.4"
81
- dependency(" com.thoughtworks.xstream:xstream:1.4.15 " ) {
81
+ dependency(" com.thoughtworks.xstream:xstream:1.4.16 " ) {
82
82
exclude group : " xpp3" , name : " xpp3_min"
83
83
exclude group : " xmlpull" , name : " xmlpull"
84
84
}
@@ -94,8 +94,8 @@ configure(allprojects) { project ->
94
94
dependency " org.yaml:snakeyaml:1.28"
95
95
96
96
dependency " com.h2database:h2:1.4.200"
97
- dependency " com.github.ben-manes.caffeine:caffeine:2.9.0 "
98
- dependency " com.github.librepdf:openpdf:1.3.25 "
97
+ dependency " com.github.ben-manes.caffeine:caffeine:2.9.1 "
98
+ dependency " com.github.librepdf:openpdf:1.3.26 "
99
99
dependency " com.rometools:rome:1.15.0"
100
100
dependency " commons-io:commons-io:2.5"
101
101
dependency " io.vavr:vavr:0.10.3"
@@ -122,7 +122,7 @@ configure(allprojects) { project ->
122
122
dependency " net.sf.ehcache:ehcache:2.10.6"
123
123
dependency " org.ehcache:jcache:1.0.1"
124
124
dependency " org.ehcache:ehcache:3.4.0"
125
- dependency " org.hibernate:hibernate-core:5.4.30 .Final"
125
+ dependency " org.hibernate:hibernate-core:5.4.31 .Final"
126
126
dependency " org.hibernate:hibernate-validator:6.2.0.Final"
127
127
dependency " org.webjars:webjars-locator-core:0.46"
128
128
dependency " org.webjars:underscorejs:1.8.3"
@@ -196,18 +196,18 @@ configure(allprojects) { project ->
196
196
exclude group : " org.hamcrest" , name : " hamcrest-core"
197
197
}
198
198
}
199
- dependencySet(group : ' org.mockito' , version : ' 3.8 .0' ) {
199
+ dependencySet(group : ' org.mockito' , version : ' 3.9 .0' ) {
200
200
entry(' mockito-core' ) {
201
201
exclude group : " org.hamcrest" , name : " hamcrest-core"
202
202
}
203
203
entry ' mockito-junit-jupiter'
204
204
}
205
205
dependency " io.mockk:mockk:1.10.2"
206
206
207
- dependency(" net.sourceforge.htmlunit:htmlunit:2.48.0 " ) {
207
+ dependency(" net.sourceforge.htmlunit:htmlunit:2.49.1 " ) {
208
208
exclude group : " commons-logging" , name : " commons-logging"
209
209
}
210
- dependency(" org.seleniumhq.selenium:htmlunit-driver:2.48.0 " ) {
210
+ dependency(" org.seleniumhq.selenium:htmlunit-driver:2.49.1 " ) {
211
211
exclude group : " commons-logging" , name : " commons-logging"
212
212
}
213
213
dependency(" org.seleniumhq.selenium:selenium-java:3.141.59" ) {
@@ -337,7 +337,7 @@ configure([rootProject] + javaProjects) { project ->
337
337
}
338
338
339
339
checkstyle {
340
- toolVersion = " 8.41 "
340
+ toolVersion = " 8.42 "
341
341
configDirectory. set(rootProject. file(" src/checkstyle" ))
342
342
}
343
343
0 commit comments