Skip to content

Commit

Permalink
Merge pull request #556 from salesforce/dependabot/gradle/com.fasterx…
Browse files Browse the repository at this point in the history
…ml.jackson.core-jackson-core-2.14.1

Bump jackson-core from 2.14.0 to 2.14.1
  • Loading branch information
slodha authored Nov 22, 2022
2 parents 4b85304 + 713ec85 commit 0e7d398
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 @@ -53,7 +53,7 @@ subprojects {
}

dependencies {
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.14.0'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.14.1'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.0'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.14.0'
compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-smile', version: '2.14.0'
Expand Down

0 comments on commit 0e7d398

Please sign in to comment.