Skip to content

Commit 0484781

Browse files
committed
Upgrade Jackson to 2.13.1
Closes gh-2033
1 parent 3995f8b commit 0484781

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/dependency-management.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencyManagement {
22
imports {
33
mavenBom 'io.projectreactor:reactor-bom:2020.0.14'
4-
mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.0'
4+
mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.1'
55
mavenBom 'org.junit:junit-bom:5.8.2'
66
mavenBom 'org.springframework:spring-framework-bom:5.3.16'
77
mavenBom 'org.springframework.data:spring-data-bom:2021.1.2'

spring-session-samples/gradle/dependency-management.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencyManagement {
22
imports {
3-
mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.0'
3+
mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.1'
44
}
55

66
dependencies {

0 commit comments

Comments
 (0)