Skip to content

Commit

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

Bump assertj-core from 3.21.0 to 3.23.0
  • Loading branch information
mattnworb committed May 31, 2022
2 parents 033d709 + 65a5f3e commit 5b417de
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>3.21.0</version>
<version>3.23.0</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 @@ -108,7 +108,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.21.0</version>
<version>3.23.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5b417de

Please sign in to comment.