Skip to content

Commit 26cd33c

Browse files
committed
Upgrade to Reactor 2020.0.27
Includes HtmlUnit 2.69, AssertJ 3.24.1, Checkstyle 10.6 Closes gh-29798
1 parent 2ee393a commit 26cd33c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ configure(allprojects) { project ->
2929
imports {
3030
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.7"
3131
mavenBom "io.netty:netty-bom:4.1.86.Final"
32-
mavenBom "io.projectreactor:reactor-bom:2020.0.25"
32+
mavenBom "io.projectreactor:reactor-bom:2020.0.27"
3333
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR13"
3434
mavenBom "io.rsocket:rsocket-bom:1.1.3"
3535
mavenBom "org.eclipse.jetty:jetty-bom:9.4.50.v20221201"
@@ -191,22 +191,22 @@ configure(allprojects) { project ->
191191
dependency "org.junit.support:testng-engine:1.0.4"
192192
dependency "org.hamcrest:hamcrest:2.2"
193193
dependency "org.awaitility:awaitility:3.1.6"
194-
dependency "org.assertj:assertj-core:3.23.1"
194+
dependency "org.assertj:assertj-core:3.24.1"
195195
dependencySet(group: 'org.xmlunit', version: '2.9.0') {
196196
entry 'xmlunit-assertj'
197197
entry('xmlunit-matchers') {
198198
exclude group: "org.hamcrest", name: "hamcrest-core"
199199
}
200200
}
201-
dependencySet(group: 'org.mockito', version: '4.9.0') {
201+
dependencySet(group: 'org.mockito', version: '4.9.0') { // spring-beans tests fail with 4.10+
202202
entry('mockito-core') {
203203
exclude group: "org.hamcrest", name: "hamcrest-core"
204204
}
205205
entry 'mockito-junit-jupiter'
206206
}
207207
dependency "io.mockk:mockk:1.12.1"
208208

209-
dependency("net.sourceforge.htmlunit:htmlunit:2.67.0") {
209+
dependency("net.sourceforge.htmlunit:htmlunit:2.69.0") {
210210
exclude group: "commons-logging", name: "commons-logging"
211211
}
212212
dependency("org.seleniumhq.selenium:htmlunit-driver:2.67.0") {
@@ -340,7 +340,7 @@ configure([rootProject] + javaProjects) { project ->
340340
}
341341

342342
checkstyle {
343-
toolVersion = "10.5.0"
343+
toolVersion = "10.6.0"
344344
configDirectory.set(rootProject.file("src/checkstyle"))
345345
}
346346

0 commit comments

Comments
 (0)