We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aea9df commit cc27686Copy full SHA for cc27686
build.gradle
@@ -20,7 +20,7 @@ repositories {
20
}
21
22
dependencies {
23
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.11.3'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
24
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.1'
25
testImplementation 'org.mockito:mockito-core:3.8.0'
26
0 commit comments