Skip to content

Commit

Permalink
build(deps-dev): bump com.tngtech.archunit:archunit-junit5
Browse files Browse the repository at this point in the history
Bumps [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: com.tngtech.archunit:archunit-junit5
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gotson committed Feb 11, 2025
1 parent 9cda17f commit bdcf7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>5.11.4</junit.version>
<surefire.version>3.5.2</surefire.version>
<archunit.version>1.3.0</archunit.version>
<archunit.version>1.4.0</archunit.version>
<graalvm.version>24.1.2</graalvm.version>
<java9.sourceDirectory>${project.basedir}/src/main/java9</java9.sourceDirectory>
</properties>
Expand Down

0 comments on commit bdcf7ee

Please sign in to comment.