File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ dependencies {
1818 api(platform(" io.rsocket:rsocket-bom:1.1.3" ))
1919 api(platform(" org.jetbrains.kotlin:kotlin-bom:${ kotlinVersion} " ))
2020 api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4" ))
21- api(platform(" org.junit:junit-bom:5.9.2 " ))
21+ api(platform(" org.junit:junit-bom:5.9.3 " ))
2222 api(platform(" org.mockito:mockito-bom:4.8.1" ))
2323 api(platform(" org.testcontainers:testcontainers-bom:1.17.6" ))
2424 api(platform(" org.apache.logging.log4j:log4j-bom:2.19.0" ))
2525
2626 constraints {
2727 api(" com.graphql-java:graphql-java:${ graphQlJavaVersion} " )
28- api(" io.micrometer:context-propagation:1.0.3 " )
28+ api(" io.micrometer:context-propagation:1.0.5 " )
2929
3030 api(" jakarta.annotation:jakarta.annotation-api:2.1.1" )
3131 api(" jakarta.servlet:jakarta.servlet-api:6.0.0" )
You can’t perform that action at this time.
0 commit comments