We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d604e commit 51b7d54Copy full SHA for 51b7d54
dependencies/spring-authorization-server-dependencies.gradle
@@ -9,7 +9,7 @@ javaPlatform {
9
dependencies {
10
api platform("org.springframework:spring-framework-bom:$springFrameworkVersion")
11
api platform("org.springframework.security:spring-security-bom:$springSecurityVersion")
12
- api platform("com.fasterxml.jackson:jackson-bom:2.16.0")
+ api platform("com.fasterxml.jackson:jackson-bom:2.16.1")
13
constraints {
14
api "com.nimbusds:nimbus-jose-jwt:9.37.3"
15
api "jakarta.servlet:jakarta.servlet-api:6.0.0"
0 commit comments