Skip to content

Commit

Permalink
bump up junit version
Browse files Browse the repository at this point in the history
  • Loading branch information
max402 committed Sep 22, 2023
1 parent 54c88d4 commit db0a928
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
5 changes: 0 additions & 5 deletions datasafe-simple-adapter/datasafe-simple-adapter-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@
<dagger.version>2.46.1</dagger.version>
<guava.version>32.1.1-jre</guava.version>
<picocli.version>4.0.3</picocli.version>
<jupiter.version>5.4.1</jupiter.version>
<junit.platform.version>1.4.1</junit.platform.version>
<jupiter.version>5.10.0</jupiter.version>
<assertj.version>3.12.2</assertj.version>
<mockito.version>5.5.0</mockito.version>
<surefire.version>2.22.1</surefire.version>
Expand Down Expand Up @@ -257,12 +256,6 @@
<version>${jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>${junit.platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
Expand Down

0 comments on commit db0a928

Please sign in to comment.