Skip to content

Commit

Permalink
Merge pull request #181 from zalando/dependabot/maven/org.mockito-moc…
Browse files Browse the repository at this point in the history
…kito-core-2.23.4

Bump mockito-core from 2.23.0 to 2.23.4
  • Loading branch information
whiskeysierra committed Nov 21, 2018
2 parents 1b87c7e + cfd5cac commit d308afc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.23.0</version>
<version>2.23.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tracer-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<!-- see https://github.com/spring-projects/spring-boot/issues/6520 -->
<version>2.23.0</version>
<version>2.23.4</version>
</dependency>
<!-- for some reason, this is needed to make spring-test-junit5 work -->
<dependency>
Expand Down

0 comments on commit d308afc

Please sign in to comment.