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 f884527 commit db638c2Copy full SHA for db638c2
dependencies/spring-security-dependencies.gradle
@@ -13,7 +13,7 @@ dependencies {
13
api platform("org.junit:junit-bom:5.8.2")
14
api platform("org.springframework.data:spring-data-bom:2021.2.1")
15
api platform("org.jetbrains.kotlin:kotlin-bom:$kotlinVersion")
16
- api platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.3")
+ api platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4")
17
api platform("com.fasterxml.jackson:jackson-bom:2.13.3")
18
constraints {
19
api "ch.qos.logback:logback-classic:1.2.11"
0 commit comments