File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ dependencies {
105
105
testImplementation " org.junit.jupiter:junit-jupiter-engine"
106
106
testImplementation ' org.apache.commons:commons-io:1.3.2'
107
107
testImplementation ' org.assertj:assertj-core:3.27.3'
108
- testImplementation ' org.mockito:mockito-core:3.12.4 '
109
- testImplementation ' org.mockito:mockito-junit-jupiter:3.12.4 '
108
+ testImplementation ' org.mockito:mockito-core:5.18.0 '
109
+ testImplementation ' org.mockito:mockito-junit-jupiter:5.18.0 '
110
110
testImplementation " com.squareup.okhttp3:mockwebserver:3.14.9"
111
111
}
112
112
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ dependencies {
55
55
api " org.hibernate:hibernate-core-jakarta:5.6.15.Final"
56
56
api " org.hsqldb:hsqldb:2.7.4"
57
57
api " junit:junit:4.13.2"
58
- api " org.mockito:mockito-core:5.14.1 "
59
- api " org.mockito:mockito-junit-jupiter:5.14.1 "
58
+ api " org.mockito:mockito-core:5.18.0 "
59
+ api " org.mockito:mockito-junit-jupiter:5.18.0 "
60
60
api " org.slf4j:jcl-over-slf4j:2.0.17"
61
61
api " org.slf4j:log4j-over-slf4j:2.0.17"
62
62
api " org.slf4j:slf4j-api:2.0.17"
You can’t perform that action at this time.
0 commit comments