1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Update junit-bom to 5.10.0-RC1

Closes gh-13541
This commit is contained in:
Josh Cummings
2023-07-14 15:44:57 -06:00
parent c5bf911658
commit 10990ee377
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ dependencies {
api platform("org.springframework:spring-framework-bom:$springFrameworkVersion")
api platform("io.projectreactor:reactor-bom:$reactorVersion")
api platform("io.rsocket:rsocket-bom:1.1.4")
api platform("org.junit:junit-bom:5.9.3")
api platform("org.junit:junit-bom:5.10.0-RC1")
api platform("org.mockito:mockito-bom:4.8.1")
api platform("org.springframework.data:spring-data-bom:2022.0.7")
api platform("org.jetbrains.kotlin:kotlin-bom:$kotlinVersion")