@@ -26,12 +26,12 @@ configure(allprojects) { project ->
26
26
27
27
dependencyManagement {
28
28
imports {
29
- mavenBom " com.fasterxml.jackson:jackson-bom:2.12.1 "
29
+ mavenBom " com.fasterxml.jackson:jackson-bom:2.12.2 "
30
30
mavenBom " io.netty:netty-bom:4.1.59.Final"
31
31
mavenBom " io.projectreactor:reactor-bom:2020.0.4"
32
- mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR8 "
32
+ mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR9 "
33
33
mavenBom " io.rsocket:rsocket-bom:1.1.0"
34
- mavenBom " org.eclipse.jetty:jetty-bom:9.4.37.v20210219 "
34
+ mavenBom " org.eclipse.jetty:jetty-bom:9.4.38.v20210224 "
35
35
mavenBom " org.jetbrains.kotlin:kotlin-bom:1.4.30"
36
36
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.2"
37
37
mavenBom " org.junit:junit-bom:5.7.1"
@@ -89,7 +89,7 @@ configure(allprojects) { project ->
89
89
entry ' jibx-run'
90
90
}
91
91
dependency " org.ogce:xpp3:1.1.6"
92
- dependency " org.yaml:snakeyaml:1.27 "
92
+ dependency " org.yaml:snakeyaml:1.28 "
93
93
dependencySet(group : ' org.jetbrains.kotlinx' , version : ' 1.0.0' ) {
94
94
entry ' kotlinx-serialization-core'
95
95
entry ' kotlinx-serialization-json'
@@ -124,7 +124,7 @@ configure(allprojects) { project ->
124
124
dependency " net.sf.ehcache:ehcache:2.10.6"
125
125
dependency " org.ehcache:jcache:1.0.1"
126
126
dependency " org.ehcache:ehcache:3.4.0"
127
- dependency " org.hibernate:hibernate-core:5.4.28 .Final"
127
+ dependency " org.hibernate:hibernate-core:5.4.29 .Final"
128
128
dependency " org.hibernate:hibernate-validator:6.2.0.Final"
129
129
dependency " org.webjars:webjars-locator-core:0.46"
130
130
dependency " org.webjars:underscorejs:1.8.3"
@@ -163,9 +163,9 @@ configure(allprojects) { project ->
163
163
}
164
164
dependency ' org.apache.httpcomponents.client5:httpclient5:5.0.3'
165
165
dependency ' org.apache.httpcomponents.core5:httpcore5-reactive:5.0.3'
166
- dependency " org.eclipse.jetty:jetty-reactive-httpclient:1.1.5 "
166
+ dependency " org.eclipse.jetty:jetty-reactive-httpclient:1.1.6 "
167
167
168
- dependency " org.jruby:jruby:9.2.13 .0"
168
+ dependency " org.jruby:jruby:9.2.16 .0"
169
169
dependency " org.python:jython-standalone:2.7.1"
170
170
dependency " org.mozilla:rhino:1.7.11"
171
171
@@ -340,7 +340,7 @@ configure([rootProject] + javaProjects) { project ->
340
340
}
341
341
342
342
checkstyle {
343
- toolVersion = " 8.40 "
343
+ toolVersion = " 8.41 "
344
344
configDirectory. set(rootProject. file(" src/checkstyle" ))
345
345
}
346
346
0 commit comments