Skip to content

Commit 086a3b0

Browse files
committed
Update to jackson-bom 2.12.5
Closes gh-517
1 parent d10fe36 commit 086a3b0

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

2727
dependencies {

0 commit comments

Comments
 (0)