File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ dependencies {
18
18
api(platform(" io.rsocket:rsocket-bom:1.1.3" ))
19
19
api(platform(" org.jetbrains.kotlin:kotlin-bom:${ kotlinVersion} " ))
20
20
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 " ))
22
22
api(platform(" org.mockito:mockito-bom:4.8.1" ))
23
23
api(platform(" org.testcontainers:testcontainers-bom:1.17.6" ))
24
24
api(platform(" org.apache.logging.log4j:log4j-bom:2.19.0" ))
25
25
26
26
constraints {
27
27
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 " )
29
29
30
30
api(" jakarta.annotation:jakarta.annotation-api:2.1.1" )
31
31
api(" jakarta.servlet:jakarta.servlet-api:6.0.0" )
You can’t perform that action at this time.
0 commit comments