Skip to content

Commit d4f539c

Browse files
committed
Update to Jackson 2.12.6
Closes gh-609
1 parent 609b4a5 commit d4f539c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencyManagement {
2121
mavenBom "org.springframework:spring-framework-bom:$springVersion"
2222
mavenBom "org.springframework.security:spring-security-bom:$springSecurityVersion"
2323
mavenBom "io.projectreactor:reactor-bom:$reactorVersion"
24-
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.5"
24+
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.6"
2525
}
2626

2727
dependencies {

0 commit comments

Comments
 (0)