Skip to content

Commit

Permalink
Merge pull request #108 from Parsely/bump_jackson_to_2.14.1
Browse files Browse the repository at this point in the history
build: bump jackson databind to `2.14.1`
  • Loading branch information
wzieba authored Jan 30, 2024
2 parents 7307e21 + b20e24d commit cd1cfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsely/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
def kotlinVersion = "1.8.10"

implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
implementation 'androidx.lifecycle:lifecycle-process:2.6.2'
constraints {
Expand Down

0 comments on commit cd1cfaa

Please sign in to comment.