Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #46 from duffelhq/dependabot/gradle/com.fasterxml.…
Browse files Browse the repository at this point in the history
…jackson.core-jackson-databind-2.14.2

Bump com.fasterxml.jackson.core:jackson-databind from 2.14.1 to 2.14.2
  • Loading branch information
johnpeterharvey authored Feb 2, 2023
2 parents 2f9454b + a7b3e4d commit 3bd7ca7
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 @@ -14,7 +14,7 @@ repositories {

ext {
jacksonVersion = '2.14.2'
jacksonDatabindVersion = '2.14.1'
jacksonDatabindVersion = '2.14.2'
}

dependencies {
Expand Down

0 comments on commit 3bd7ca7

Please sign in to comment.