Skip to content

Commit

Permalink
U - Oppgraderer com.tngtech.archunit:archunit:1.3.0 -> 1.4.0
Browse files Browse the repository at this point in the history
Automatisert oppgradering av com.tngtech.archunit:archunit.
  • Loading branch information
dskarpas committed Feb 11, 2025
1 parent cd68188 commit 65a001f
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 @@ -103,7 +103,7 @@ dependencies {
//Kafka
testImplementation("org.springframework.kafka:spring-kafka-test:${springKafkaVersion}")

testImplementation("com.tngtech.archunit:archunit:1.3.0")
testImplementation("com.tngtech.archunit:archunit:1.4.0")
testImplementation("org.springframework.boot:spring-boot-starter-test") {
exclude module: 'junit'
exclude module: "mockito-core"
Expand Down

0 comments on commit 65a001f

Please sign in to comment.