Skip to content

Commit

Permalink
Update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenneaux committed Jan 9, 2024
1 parent 2ca6ed0 commit b697388
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion monitored-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.1</version>
<version>2.16.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.0</version>
<version>5.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.4.0</version>
<version>5.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -227,7 +227,7 @@
<developers>
<developer>
<name>Nicolas Henneaux</name>
<email>nicolas[email protected]</email>
<email>nicolas@henneaux.io</email>
<roles>
<role>Lead maintainer</role>
</roles>
Expand Down

0 comments on commit b697388

Please sign in to comment.