Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rbri committed Aug 24, 2024
1 parent bd4c086 commit ad0c31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation project(':rhino-tools')
implementation project(':rhino-xml')

testImplementation("com.tngtech.archunit:archunit-junit4:1.2.0") {
testImplementation("com.tngtech.archunit:archunit-junit4:1.3.0") {
exclude group: 'junit'
}
testImplementation("org.slf4j:slf4j-simple:2.0.16")
Expand Down

0 comments on commit ad0c31f

Please sign in to comment.