File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ dependencies {
2525 api platform(libs. org. jetbrains. kotlin. kotlin. bom)
2626 api platform(libs. org. jetbrains. kotlinx. kotlinx. coroutines. bom)
2727 api platform(libs. com. fasterxml. jackson. jackson. bom)
28+ api platform(libs. tools. jackson. jackson. bom)
2829 constraints {
2930 api libs. ch. qos. logback. logback. classic
3031 api libs. com. google. inject. guice
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ org-springframework = "7.0.0-M8"
1616
1717[libraries ]
1818ch-qos-logback-logback-classic = " ch.qos.logback:logback-classic:1.5.18"
19- com-fasterxml-jackson-jackson-bom = " com.fasterxml.jackson:jackson-bom:2.19.2 "
19+ com-fasterxml-jackson-jackson-bom = " com.fasterxml.jackson:jackson-bom:2.20.0 "
2020com-google-inject-guice = " com.google.inject:guice:3.0"
2121com-netflix-nebula-nebula-project-plugin = " com.netflix.nebula:nebula-project-plugin:8.2.0"
2222com-nimbusds-nimbus-jose-jwt = " com.nimbusds:nimbus-jose-jwt:10.4"
@@ -82,6 +82,7 @@ org-springframework-data-spring-data-bom = "org.springframework.data:spring-data
8282org-springframework-ldap-spring-ldap-core = " org.springframework.ldap:spring-ldap-core:3.2.13"
8383org-springframework-spring-framework-bom = { module = " org.springframework:spring-framework-bom" , version.ref = " org-springframework" }
8484org-synchronoss-cloud-nio-multipart-parser = " org.synchronoss.cloud:nio-multipart-parser:1.1.0"
85+ tools-jackson-jackson-bom = " tools.jackson:jackson-bom:3.0.0-rc9"
8586
8687com-google-code-gson-gson = " com.google.code.gson:gson:2.13.1"
8788com-thaiopensource-trag = " com.thaiopensource:trang:20091111"
You can’t perform that action at this time.
0 commit comments