Skip to content

Commit

Permalink
Merge pull request #110 from spotify/dependabot/maven/org.assertj-ass…
Browse files Browse the repository at this point in the history
…ertj-core-3.18.1

Bump assertj-core from 1.7.1 to 3.18.1
  • Loading branch information
mattnworb committed Jan 20, 2021
2 parents 4e022ae + 2fd84cd commit c6f1dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>1.7.1</version>
<version>3.18.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>1.7.1</version>
<version>3.18.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c6f1dcd

Please sign in to comment.