Skip to content

Commit

Permalink
revert: chore(deps): update dependency com.fasterxml.jackson.datatype…
Browse files Browse the repository at this point in the history
…:jackson-datatype-jsr310 to v2.12.2

Signed-off-by: wslulciuc <[email protected]>
  • Loading branch information
wslulciuc committed Mar 8, 2021
1 parent e2f7544 commit 14864f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {

implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.1'
implementation 'com.fasterxml.jackson.core:jackson-core:2.12.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.1'
testImplementation 'net.bytebuddy:byte-buddy-agent:1.10.21'
testImplementation 'net.bytebuddy:byte-buddy-dep:1.10.21'
testImplementation 'org.apache.spark:spark-core_2.11:2.4.7'
Expand Down

0 comments on commit 14864f6

Please sign in to comment.