Skip to content

Commit

Permalink
Bump org.assertj:assertj-core in /src/main/resources/archetype-resour…
Browse files Browse the repository at this point in the history
…ces (#143)

Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.25.3.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.24.2...assertj-build-3.25.3)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2024
1 parent dbaa454 commit 3440f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>5.10.2</junit.version>
<assertj.core.version>3.24.2</assertj.core.version>
<assertj.core.version>3.25.3</assertj.core.version>
<approvaltests.version>23.0.0</approvaltests.version>
<maven.surefire.plugin.version>3.2.5</maven.surefire.plugin.version>
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>
Expand Down

0 comments on commit 3440f11

Please sign in to comment.