File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ dependencies {
14
14
api platform(" org.springframework.data:spring-data-bom:2021.2.0-M4" )
15
15
api platform(" org.jetbrains.kotlin:kotlin-bom:$kotlinVersion " )
16
16
api platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.0" )
17
- api platform(" com.fasterxml.jackson:jackson-bom:2.13.2" )
17
+ api platform(" com.fasterxml.jackson:jackson-bom:2.13.2.20220328 " )
18
18
constraints {
19
19
api " ch.qos.logback:logback-classic:1.2.11"
20
20
api " com.google.inject:guice:3.0"
21
21
api " com.nimbusds:nimbus-jose-jwt:9.21"
22
- api " com.nimbusds:oauth2-oidc-sdk:9.31 "
22
+ api " com.nimbusds:oauth2-oidc-sdk:9.34 "
23
23
api " com.squareup.okhttp3:mockwebserver:3.14.9"
24
24
api " com.squareup.okhttp3:okhttp:3.14.9"
25
25
api " com.unboundid:unboundid-ldapsdk:4.0.14"
You can’t perform that action at this time.
0 commit comments