update jackson to 2.17.1
This commit is contained in:
parent
2205c6881c
commit
82dd72c811
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ dependencyResolutionManagement {
|
|||
}
|
||||
testLibs {
|
||||
version('junit', '5.10.2')
|
||||
version('jackson', '2.15.2')
|
||||
version('jackson', '2.17.1')
|
||||
library('junit-jupiter-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit')
|
||||
library('junit-jupiter-params', 'org.junit.jupiter', 'junit-jupiter-params').versionRef('junit')
|
||||
library('junit-jupiter-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit')
|
||||
|
|
Loading…
Reference in a new issue