Skip to content

Commit 0e99adc

Browse files
committed
Update to jackson-bom 2.12.4
Closes gh-407
1 parent c444544 commit 0e99adc

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.3"
24+
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.4"
2525
}
2626

2727
dependencies {

0 commit comments

Comments
 (0)