Skip to content

Commit e40b01f

Browse files
committed
U - Oppgraderer org.junit:junit-bom:5.10.1 -> 5.10.2
Automatisert oppgradering av org.junit:junit-bom.
1 parent 83d4499 commit e40b01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ dependencies {
9595
}
9696
testImplementation "org.springframework.kafka:spring-kafka-test:$springKafkaVersion"
9797

98-
testImplementation(platform("org.junit:junit-bom:5.10.1"))
98+
testImplementation(platform("org.junit:junit-bom:5.10.2"))
9999
testImplementation("org.junit.jupiter:junit-jupiter")
100100

101101
//mock - test

0 commit comments

Comments
 (0)