File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,9 @@ configure([rootProject] + javaProjects) { project ->
88
88
// but since 6.0 JSR 250 annotations such as @Resource and @PostConstruct have been replaced by their
89
89
// JakartaEE equivalents in the jakarta.annotation package.
90
90
// "https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.2/",
91
- " https://jspecify.dev/docs/api/"
91
+ " https://jspecify.dev/docs/api/" ,
92
+ " https://www.javadoc.io/doc/tools.jackson.core/jackson-databind/3.0.0-rc4/"
93
+
92
94
] as String []
93
95
}
94
96
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ dependencies {
21
21
api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0" ))
22
22
api(platform(" org.junit:junit-bom:5.12.2" ))
23
23
api(platform(" org.mockito:mockito-bom:5.17.0" ))
24
+ api(platform(" tools.jackson:jackson-bom:3.0.0-rc4" ))
24
25
25
26
constraints {
26
27
api(" com.fasterxml:aalto-xml:1.3.2" )
You can’t perform that action at this time.
0 commit comments