Skip to content

Commit

Permalink
Upgrade mockito dep for ngsi-ld
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Feb 7, 2024
1 parent cf99443 commit 012a7aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cygnus-ngsi-ld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<dependencies>
<!-- Required for testing -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 012a7aa

Please sign in to comment.