Skip to content

Commit

Permalink
Bump junit from 4.12 to 4.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 9, 2022
1 parent 45e795e commit 6482001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mysql-replicator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<mockito.version>2.18.3</mockito.version>
<sparkWebServer.version>2.7.2</sparkWebServer.version>

<junit.version>4.12</junit.version>
<junit.version>4.13.1</junit.version>
<testcontainers.version>1.16.2</testcontainers.version>
<log4j1.version>1.2.17</log4j1.version>
<log4j2.version>2.17.0</log4j2.version>
Expand Down

0 comments on commit 6482001

Please sign in to comment.