We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ff682 commit 0e3fc56Copy full SHA for 0e3fc56
gradle/dependency-management.gradle
@@ -2,7 +2,7 @@ dependencyManagement {
2
imports {
3
mavenBom "io.projectreactor:reactor-bom:$reactorVersion"
4
mavenBom 'com.fasterxml.jackson:jackson-bom:2.15.2'
5
- mavenBom 'org.junit:junit-bom:5.10.0-RC1'
+ mavenBom 'org.junit:junit-bom:5.10.0'
6
mavenBom 'org.mockito:mockito-bom:5.5.0'
7
mavenBom 'org.springframework:spring-framework-bom:6.1.0-M2'
8
mavenBom 'org.springframework.data:spring-data-bom:2023.1.0-M1'
0 commit comments