Skip to content

Commit ac1a77e

Browse files
committed
Upgrade Jackson to 2.13.2.20220328
Closes gh-2066
1 parent 214a556 commit ac1a77e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencyManagement {
22
imports {
33
mavenBom 'io.projectreactor:reactor-bom:2020.0.16'
4-
mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.1'
4+
mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.2.20220328'
55
mavenBom 'org.junit:junit-bom:5.8.2'
66
mavenBom 'org.springframework:spring-framework-bom:5.3.19'
77
mavenBom 'org.springframework.data:spring-data-bom:2021.1.2'

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

Lines changed: 1 addition & 1 deletion
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.1'
3+
mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.2.20220328'
44
}
55

66
dependencies {

0 commit comments

Comments
 (0)