Skip to content

Commit

Permalink
fix(deps): update dependency com.tngtech.archunit:archunit-junit5 to …
Browse files Browse the repository at this point in the history
…v1.2.0
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent b6f844e commit 76959b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies {
testImplementation "org.awaitility:awaitility"
testImplementation "org.testcontainers:junit-jupiter"
testImplementation "org.testcontainers:postgresql"
testImplementation 'com.tngtech.archunit:archunit-junit5:1.1.0'
testImplementation 'com.tngtech.archunit:archunit-junit5:1.2.0'
testAnnotationProcessor "org.projectlombok:lombok"
// If you are using mapstruct in test code
testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.5.5.Final")
Expand Down

0 comments on commit 76959b8

Please sign in to comment.