Skip to content

Commit cc27686

Browse files
Thomas Deblockdeblockt
authored andcommitted
fix: upgrade jackson to avoid vulnerabilities
1 parent 2aea9df commit cc27686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
}
2121

2222
dependencies {
23-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.11.3'
23+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
2424
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.1'
2525
testImplementation 'org.mockito:mockito-core:3.8.0'
2626
}

0 commit comments

Comments
 (0)