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 f891c34 commit c7eab5dCopy full SHA for c7eab5d
dependencies/spring-security-dependencies.gradle
@@ -13,7 +13,7 @@ dependencies {
13
api platform("org.springframework.data:spring-data-bom:2020.0.7")
14
api platform("org.jetbrains.kotlin:kotlin-bom:$kotlinVersion")
15
api platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.3")
16
- api platform("com.fasterxml.jackson:jackson-bom:2.12.2")
+ api platform("com.fasterxml.jackson:jackson-bom:2.12.3")
17
constraints {
18
api "ch.qos.logback:logback-classic:1.2.3"
19
api "com.google.inject:guice:3.0"
0 commit comments