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 Oct 17, 2024
1 parent 9ffb328 commit 1913ef6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.13.0</version>
<version>5.14.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<google.dagger.version>2.52</google.dagger.version>
<jackson.version>2.18.0</jackson.version>
<jersey.version>3.1.9</jersey.version>
<junit.version>5.11.0</junit.version>
<junit.version>5.11.2</junit.version>
<micrometer.version>1.13.5</micrometer.version>
<netcdf4.version>5.6.0</netcdf4.version>
<logback.version>1.5.8</logback.version>
Expand Down Expand Up @@ -181,7 +181,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<dependencies>
<dependency>
<groupId>me.fabriciorby</groupId>
Expand Down Expand Up @@ -490,7 +490,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.13.0</version>
<version>5.14.2</version>
</dependency>
<dependency>
<groupId>io.github.origin-energy</groupId>
Expand Down

0 comments on commit 1913ef6

Please sign in to comment.