Skip to content

Commit

Permalink
feat(test): update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tmurakam committed Dec 18, 2023
1 parent cf92cd6 commit c8f79ed
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 @@ -55,8 +55,8 @@
<spring-data-mongodb.version>4.2.0</spring-data-mongodb.version>
<mongo-driver.version>4.11.1</mongo-driver.version> <!-- This must match with spring-data-mongodb dependencies -->

<junit-jupiter.version>5.9.2</junit-jupiter.version>
<junit-platform.version>1.9.2</junit-platform.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<junit-platform.version>1.10.1</junit-platform.version>
<assertj-core.version>3.24.2</assertj-core.version>
</properties>

Expand Down Expand Up @@ -159,7 +159,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.5</version>
<version>1.4.14</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit c8f79ed

Please sign in to comment.