Skip to content

Commit

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

Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.15.3
  • Loading branch information
Kodehawa committed Dec 2, 2023
2 parents c885570 + 2d0e6d8 commit 600aea0
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.15.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'org.slf4j:slf4j-api:2.0.9'

Expand Down

0 comments on commit 600aea0

Please sign in to comment.