File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4" ))
20
20
api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0" ))
21
21
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+
23
23
24
24
constraints {
25
25
api(" com.fasterxml:aalto-xml:1.3.1" )
@@ -87,7 +87,7 @@ dependencies {
87
87
api(" jaxen:jaxen:1.2.0" )
88
88
api(" junit:junit:4.13.2" )
89
89
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" )
91
91
api(" org.apache-extras.beanshell:bsh:2.0b6" )
92
92
api(" org.apache.activemq:activemq-broker:5.16.2" )
93
93
api(" org.apache.activemq:activemq-kahadb-store:5.16.2" )
You can’t perform that action at this time.
0 commit comments