Skip to content

Commit c77dce5

Browse files
authored
chore: add buildscript constraint for jackson-core version (#191)
1 parent f9df33e commit c77dce5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ buildscript {
77
classpath ('org.springframework:spring-core:6.2.11') {
88
because("previous versions have vulnerabilities")
99
}
10+
classpath ('com.fasterxml.jackson.core:jackson-core:2.21.1') {
11+
because("previous versions have vulnerabilities")
12+
}
1013
}
1114
}
1215
}

0 commit comments

Comments
 (0)