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 7d90a2b commit 557d1d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion onebusaway-csv-entities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.13.0</version>
<version>5.14.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<slf4j.version>2.0.16</slf4j.version>
<onebusaway.cloud.version>0.0.13</onebusaway.cloud.version>
<junit.version>5.11.0</junit.version>
<junit.version>5.11.2</junit.version>
</properties>

<scm>
Expand Down Expand Up @@ -90,7 +90,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

0 comments on commit 557d1d9

Please sign in to comment.