Skip to content

Commit

Permalink
upgrade archunit-junit5 - 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent ea51c3a commit cf747b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ dependencies {
testImplementation("org.assertj:assertj-core:3.24.2")

// https://github.com/TNG/ArchUnit/releases
testImplementation("com.tngtech.archunit:archunit-junit5:1.2.0")
testImplementation("com.tngtech.archunit:archunit-junit5:1.2.1")

// https://github.com/qos-ch/slf4j/tags
testImplementation("org.slf4j:slf4j-simple:2.0.9")
Expand Down

0 comments on commit cf747b1

Please sign in to comment.