Compare commits

..

No commits in common. "81200713486d295aeeaa0b323ed6fda570c70cc4" and "51e8f27a20bdc7ca28b6bd28ff8f67f6ae6ebc48" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.4'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.4'
testImplementation 'org.mockito:mockito-core:4.3.+'
}
test {