Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent c8cac32 commit 79650b2
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 @@ -196,5 +196,5 @@ dependencies {
}
testImplementation(testFixtures(project(":common")))
testImplementation 'org.awaitility:awaitility:4.2.0'
testImplementation 'com.tngtech.archunit:archunit-junit5:1.2.0'
testImplementation 'com.tngtech.archunit:archunit-junit5:1.2.1'
}

0 comments on commit 79650b2

Please sign in to comment.