Skip to content

Commit

Permalink
Bump archunit.version from 1.0.1 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps `archunit.version` from 1.0.1 to 1.1.0.

Updates `com.tngtech.archunit:archunit-junit5` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v1.0.1...v1.1.0)

Updates `com.tngtech.archunit:archunit-junit5-engine` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v1.0.1...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 9, 2023
1 parent 956ff6d commit 269643e
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 @@ -67,7 +67,7 @@
<junit.version>5.9.3</junit.version>
<mockito.version>5.4.0</mockito.version>
<assertj.version>3.24.2</assertj.version>
<archunit.version>1.0.1</archunit.version>
<archunit.version>1.1.0</archunit.version>

<!-- Maven Plug-ins Configuration -->
<maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version>
Expand Down

0 comments on commit 269643e

Please sign in to comment.