Skip to content

Commit

Permalink
Revert to using mockito-core instead of mockito-inline due to inc…
Browse files Browse the repository at this point in the history
…ompatibility with IBM JDK 8 (see eclipse-openj9/openj9#3410 and mockito/mockito#801)
  • Loading branch information
Heiko Holz committed Dec 3, 2021
1 parent c4fa29f commit 1fe96a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/inspectit-ocelot-eum-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dependencies {
'org.springframework:spring-test:5.1.3.RELEASE',
'org.apache.httpcomponents:httpclient:4.5.6',
'commons-io:commons-io:2.6',
'org.mockito:mockito-inline:4.1.0',
"org.mockito:mockito-core:${mockitoVersion}",
'org.junit.jupiter:junit-jupiter-api:5.3.1',
'org.awaitility:awaitility:3.1.5',
'org.mockito:mockito-junit-jupiter:2.23.0',
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ org.gradle.jvmargs=-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/circle
# Ensure to adapt the netty version (inspectit-ocelot-core/build.gradle) when changing the OpenCensus version
openCensusVersion=0.22.1.ocelot.1
springVersion=2.1.1.RELEASE
prometheusClientVersion=0.6.0
prometheusClientVersion=0.6.0
mockitoVersion=4.1.0
2 changes: 1 addition & 1 deletion inspectit-ocelot-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {
"io.opencensus:opencensus-impl:${openCensusVersion}",
'org.springframework:spring-test:5.1.3.RELEASE',
'org.apache.httpcomponents:httpclient:4.5.6',
'org.mockito:mockito-inline:4.1.0',
"org.mockito:mockito-core:${mockitoVersion}",
'org.assertj:assertj-core:3.11.1',
'org.assertj:assertj-guava:3.2.1',
'org.awaitility:awaitility:3.1.5',
Expand Down

0 comments on commit 1fe96a3

Please sign in to comment.