Skip to content

Commit

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

Bump mockito-core from 2.25.1 to 2.26.0
  • Loading branch information
whiskeysierra committed Apr 10, 2019
2 parents 72a097b + 4986355 commit 8bd3866
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 @@ -238,7 +238,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.25.1</version>
<version>2.26.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tracer-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<!-- see https://github.com/spring-projects/spring-boot/issues/6520 -->
<version>2.25.1</version>
<version>2.26.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 8bd3866

Please sign in to comment.