Skip to content

Commit 2874217

Browse files
committed
Upgrade to Netty 4.1.76, Mockito 4.5.1, HtmlUnit 2.61
1 parent 7a75b94 commit 2874217

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ configure(allprojects) { project ->
2828
dependencyManagement {
2929
imports {
3030
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.6"
31-
mavenBom "io.netty:netty-bom:4.1.75.Final"
31+
mavenBom "io.netty:netty-bom:4.1.76.Final"
3232
mavenBom "io.projectreactor:reactor-bom:2020.0.18"
3333
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR13"
3434
mavenBom "io.rsocket:rsocket-bom:1.1.2"
@@ -198,18 +198,18 @@ configure(allprojects) { project ->
198198
exclude group: "org.hamcrest", name: "hamcrest-core"
199199
}
200200
}
201-
dependencySet(group: 'org.mockito', version: '4.4.0') {
201+
dependencySet(group: 'org.mockito', version: '4.5.1') {
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.60.0") {
209+
dependency("net.sourceforge.htmlunit:htmlunit:2.61.0") {
210210
exclude group: "commons-logging", name: "commons-logging"
211211
}
212-
dependency("org.seleniumhq.selenium:htmlunit-driver:2.60.0") {
212+
dependency("org.seleniumhq.selenium:htmlunit-driver:2.61.0") {
213213
exclude group: "commons-logging", name: "commons-logging"
214214
}
215215
dependency("org.seleniumhq.selenium:selenium-java:3.141.59") {

0 commit comments

Comments
 (0)