Skip to content

Commit 0e3fc56

Browse files
Update org.junit:junit-bom to 5.10.0
Closes gh-2486
1 parent 31ff682 commit 0e3fc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dependencyManagement {
22
imports {
33
mavenBom "io.projectreactor:reactor-bom:$reactorVersion"
44
mavenBom 'com.fasterxml.jackson:jackson-bom:2.15.2'
5-
mavenBom 'org.junit:junit-bom:5.10.0-RC1'
5+
mavenBom 'org.junit:junit-bom:5.10.0'
66
mavenBom 'org.mockito:mockito-bom:5.5.0'
77
mavenBom 'org.springframework:spring-framework-bom:6.1.0-M2'
88
mavenBom 'org.springframework.data:spring-data-bom:2023.1.0-M1'

0 commit comments

Comments
 (0)