Skip to content

Commit 3964c68

Browse files
authored
Merge pull request #122 from hendisantika/dependabot/gradle/org.junit-junit-bom-6.1.3
Bump org.junit:junit-bom from 6.1.2 to 6.1.3
2 parents ca9c04c + 87506f4 commit 3964c68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
developmentOnly 'org.springframework.boot:spring-boot-devtools'
2828
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2929
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
30-
testImplementation platform('org.junit:junit-bom:6.1.2')
30+
testImplementation platform('org.junit:junit-bom:6.1.3')
3131
testImplementation 'org.junit.jupiter:junit-jupiter'
3232
}
3333

0 commit comments

Comments
 (0)