Skip to content

Commit c7cfdfc

Browse files
committed
Downgrade to Mockito 4.9 for spring-beans tests
Includes upgrade to HtmlUnit 2.69
1 parent 4d27aee commit c7cfdfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework-platform/framework-platform.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
2020
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0"))
2121
api(platform("org.junit:junit-bom:5.9.2"))
22-
api(platform("org.mockito:mockito-bom:4.11.0"))
22+
api(platform("org.mockito:mockito-bom:4.9.0")) // spring-beans tests fail with 4.10+
2323

2424
constraints {
2525
api("com.fasterxml:aalto-xml:1.3.1")
@@ -87,7 +87,7 @@ dependencies {
8787
api("jaxen:jaxen:1.2.0")
8888
api("junit:junit:4.13.2")
8989
api("net.sf.jopt-simple:jopt-simple:5.0.4")
90-
api("net.sourceforge.htmlunit:htmlunit:2.67.0")
90+
api("net.sourceforge.htmlunit:htmlunit:2.69.0")
9191
api("org.apache-extras.beanshell:bsh:2.0b6")
9292
api("org.apache.activemq:activemq-broker:5.16.2")
9393
api("org.apache.activemq:activemq-kahadb-store:5.16.2")

0 commit comments

Comments
 (0)