Skip to content

Commit

Permalink
Update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Jun 7, 2024
1 parent 42673dc commit ddda9f3
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 @@ -76,7 +76,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.24.2</version>
<version>3.26.0</version>
<scope>test</scope>
</dependency>
<!-- logging-interceptor version should match okhttp dependency of retrofit -->
Expand All @@ -89,7 +89,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.0.1-jre</version>
<version>33.2.1-jre</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit ddda9f3

Please sign in to comment.