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 @@ -7,7 +7,7 @@ javaPlatform {
7
7
}
8
8
9
9
dependencies {
10
- api(platform(" com.fasterxml.jackson:jackson-bom:2.18.4 " ))
10
+ api(platform(" com.fasterxml.jackson:jackson-bom:2.19.2 " ))
11
11
api(platform(" io.micrometer:micrometer-bom:1.16.0-M1" ))
12
12
api(platform(" io.netty:netty-bom:4.2.3.Final" ))
13
13
api(platform(" io.projectreactor:reactor-bom:2025.0.0-M5" ))
@@ -21,7 +21,7 @@ dependencies {
21
21
api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.9.0" ))
22
22
api(platform(" org.junit:junit-bom:5.13.3" ))
23
23
api(platform(" org.mockito:mockito-bom:5.18.0" ))
24
- api(platform(" tools.jackson:jackson-bom:3.0.0-rc5 " ))
24
+ api(platform(" tools.jackson:jackson-bom:3.0.0-rc6 " ))
25
25
26
26
constraints {
27
27
api(" com.fasterxml:aalto-xml:1.3.2" )
You can’t perform that action at this time.
0 commit comments