Skip to content

Commit

Permalink
update test project dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Coles committed Jan 4, 2023
1 parent 197b9f8 commit 4bd1fd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<version>24.1.1</version>
</dependency>

<dependency>
Expand Down
Expand Up @@ -10,7 +10,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.9.10</version>
<version>7.7.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4bd1fd1

Please sign in to comment.