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.4.0
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 835d190 commit 0498c29
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 @@ -85,7 +85,7 @@ dependencies {
testImplementation "org.springframework.boot:spring-boot-testcontainers"
testImplementation "org.testcontainers:junit-jupiter"
testImplementation "org.testcontainers:postgresql"
testImplementation('com.tngtech.archunit:archunit-junit5:1.3.0')
testImplementation('com.tngtech.archunit:archunit-junit5:1.4.0')
testImplementation('com.redis:testcontainers-redis:2.2.3')
// If you are using mapstruct in test code
testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.6.3")
Expand Down

0 comments on commit 0498c29

Please sign in to comment.