We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1909e commit a3c3b62Copy full SHA for a3c3b62
dependencies/spring-security-dependencies.gradle
@@ -15,7 +15,7 @@ dependencies {
15
api platform("org.springframework.data:spring-data-bom:2022.0.0")
16
api platform("org.jetbrains.kotlin:kotlin-bom:$kotlinVersion")
17
api platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4")
18
- api platform("com.fasterxml.jackson:jackson-bom:2.14.0")
+ api platform("com.fasterxml.jackson:jackson-bom:2.14.1")
19
constraints {
20
api "ch.qos.logback:logback-classic:1.4.5"
21
api "com.google.inject:guice:3.0"
0 commit comments