Skip to content

Commit

Permalink
Update to jackson-bom 2.14.3
Browse files Browse the repository at this point in the history
Closes gh-1274
  • Loading branch information
jgrandja committed Jun 19, 2023
1 parent 5ebd551 commit fa9d7f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fa9d7f1

Please sign in to comment.