Skip to content

Commit a2a42ac

Browse files
committed
Update to Jackson 2.13.4
Closes gh-956
1 parent bd76003 commit a2a42ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
api platform("org.springframework.data:spring-data-bom:2021.1.10")
2525
}
2626
api platform("org.junit:junit-bom:5.8.2")
27-
api platform("com.fasterxml.jackson:jackson-bom:2.13.3")
27+
api platform("com.fasterxml.jackson:jackson-bom:2.13.4")
2828
constraints {
2929
api "com.querydsl:querydsl-core:$queryDslVersion"
3030
api "com.querydsl:querydsl-apt:$queryDslVersion"

0 commit comments

Comments
 (0)