Skip to content

Commit

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

build(deps-dev): bump org.assertj:assertj-core from 3.27.0 to 3.27.1
  • Loading branch information
jangalinski authored Jan 2, 2025
2 parents c792847 + ce110d6 commit 6a34d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _examples/axon-avro-holi-bank-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<properties>
<!-- TEST -->
<mockito.version>5.4.0</mockito.version>
<assertj.version>3.27.0</assertj.version>
<assertj.version>3.27.1</assertj.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion pom/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.27.0</version>
<version>3.27.1</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 6a34d94

Please sign in to comment.