Skip to content

Commit 48f9013

Browse files
Update dependency org.junit:junit-bom to v6
1 parent f7f2c4e commit 48f9013

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
@@ -25,7 +25,7 @@ dependencies {
2525
implementation 'com.h2database:h2'
2626

2727
testImplementation 'org.springframework.boot:spring-boot-starter-test'
28-
testImplementation platform('org.junit:junit-bom:5.10.0')
28+
testImplementation platform('org.junit:junit-bom:6.1.1')
2929
testImplementation 'org.junit.jupiter:junit-jupiter'
3030
}
3131
test {

0 commit comments

Comments
 (0)