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

Update junit-bom to 5.9.1

Closes gh-12036
This commit is contained in:
Rob Winch
2022-10-17 17:39:29 -05:00
parent bdc707ef9f
commit c170216793
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.3")
api platform("org.junit:junit-bom:5.9.0")
api platform("org.junit:junit-bom:5.9.1")
api platform("org.mockito:mockito-bom:4.8.0")
api platform("org.springframework.data:spring-data-bom:2022.0.0-M5")
api platform("org.jetbrains.kotlin:kotlin-bom:$kotlinVersion")