Skip to content

Commit

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

Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.16.0
  • Loading branch information
Kodehawa authored Dec 5, 2023
2 parents 02a24d7 + b567256 commit 99c274a
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 @@ -20,7 +20,7 @@ repositories {

dependencies {
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'org.slf4j:slf4j-api:2.0.9'

Expand Down

0 comments on commit 99c274a

Please sign in to comment.