Skip to content

Commit

Permalink
Downgrade to Mockito 4.9 for spring-beans tests
Browse files Browse the repository at this point in the history
Includes upgrade to HtmlUnit 2.69
  • Loading branch information
jhoeller authored and mdeinum committed Jun 29, 2023
1 parent b3afa08 commit d90ebe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework-platform/framework-platform.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0"))
api(platform("org.junit:junit-bom:5.9.2"))
api(platform("org.mockito:mockito-bom:4.11.0"))
api(platform("org.mockito:mockito-bom:4.9.0")) // spring-beans tests fail with 4.10+

constraints {
api("com.fasterxml:aalto-xml:1.3.1")
Expand Down Expand Up @@ -87,7 +87,7 @@ dependencies {
api("jaxen:jaxen:1.2.0")
api("junit:junit:4.13.2")
api("net.sf.jopt-simple:jopt-simple:5.0.4")
api("net.sourceforge.htmlunit:htmlunit:2.67.0")
api("net.sourceforge.htmlunit:htmlunit:2.69.0")
api("org.apache-extras.beanshell:bsh:2.0b6")
api("org.apache.activemq:activemq-broker:5.16.2")
api("org.apache.activemq:activemq-kahadb-store:5.16.2")
Expand Down

0 comments on commit d90ebe1

Please sign in to comment.