Skip to content

Commit

Permalink
Update Test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 17, 2024
1 parent 176e5f5 commit 5b6fa5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<google.dagger.version>2.52</google.dagger.version>
<jackson.version>2.17.2</jackson.version>
<jersey.version>3.1.8</jersey.version>
<junit.version>5.10.3</junit.version>
<junit.version>5.11.0</junit.version>
<micrometer.version>1.13.2</micrometer.version>
<netcdf4.version>5.6.0</netcdf4.version>
<logback.version>1.5.6</logback.version>
Expand Down Expand Up @@ -694,7 +694,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.4.2</version>
<version>1.4.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -923,7 +923,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.2</version>
<version>1.27.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5b6fa5a

Please sign in to comment.