Skip to content

Commit

Permalink
Bump com.tngtech.archunit:archunit-junit5 from 1.1.0 to 1.2.0 (#169)
Browse files Browse the repository at this point in the history
Bumps [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v1.1.0...v1.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Gerber <[email protected]>
  • Loading branch information
dependabot[bot] and zapek authored Nov 11, 2023
1 parent fadaba9 commit 26eebf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,5 @@ dependencies {
}
testImplementation(testFixtures(project(":common")))
testImplementation 'org.awaitility:awaitility:4.2.0'
testImplementation 'com.tngtech.archunit:archunit-junit5:1.1.0'
testImplementation 'com.tngtech.archunit:archunit-junit5:1.2.0'
}

0 comments on commit 26eebf8

Please sign in to comment.