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 {
25
25
api platform(libs. org. jetbrains. kotlin. kotlin. bom)
26
26
api platform(libs. org. jetbrains. kotlinx. kotlinx. coroutines. bom)
27
27
api platform(libs. com. fasterxml. jackson. jackson. bom)
28
+ api platform(libs. tools. jackson. jackson. bom)
28
29
constraints {
29
30
api libs. ch. qos. logback. logback. classic
30
31
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"
16
16
17
17
[libraries ]
18
18
ch-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 "
20
20
com-google-inject-guice = " com.google.inject:guice:3.0"
21
21
com-netflix-nebula-nebula-project-plugin = " com.netflix.nebula:nebula-project-plugin:8.2.0"
22
22
com-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
82
82
org-springframework-ldap-spring-ldap-core = " org.springframework.ldap:spring-ldap-core:3.2.13"
83
83
org-springframework-spring-framework-bom = { module = " org.springframework:spring-framework-bom" , version.ref = " org-springframework" }
84
84
org-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"
85
86
86
87
com-google-code-gson-gson = " com.google.code.gson:gson:2.13.1"
87
88
com-thaiopensource-trag = " com.thaiopensource:trang:20091111"
You can’t perform that action at this time.
0 commit comments