浏览代码

Update to jackson-bom 2.14.3

Closes gh-1274
Joe Grandja 2 年之前
父节点
当前提交
fa9d7f130d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dependencies/spring-authorization-server-dependencies.gradle

+ 1 - 1
dependencies/spring-authorization-server-dependencies.gradle

@@ -9,7 +9,7 @@ javaPlatform {
 dependencies {
 	api platform("org.springframework:spring-framework-bom:$springFrameworkVersion")
 	api platform("org.springframework.security:spring-security-bom:$springSecurityVersion")
-	api platform("com.fasterxml.jackson:jackson-bom:2.14.2")
+	api platform("com.fasterxml.jackson:jackson-bom:2.14.3")
 	constraints {
 		api "com.nimbusds:nimbus-jose-jwt:9.24.4"
 		api "javax.servlet:javax.servlet-api:4.0.1"