Skip to content

Commit

Permalink
bump mockito and jackson versions
Browse files Browse the repository at this point in the history
  • Loading branch information
srcimon committed Jun 6, 2023
1 parent 3616d0a commit d7cf65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.2.0</version>
<version>5.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.1</version>
<version>2.15.2</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit d7cf65d

Please sign in to comment.