Skip to content

Commit 801010f

Browse files
Merge pull request #5 from lettermint/dependabot/gradle/com.fasterxml.jackson.core-jackson-databind-2.21.1
chore(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.21.0 to 2.21.1
2 parents 3393a5f + bd0cd6a commit 801010f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation 'com.squareup.okhttp3:okhttp:5.3.2'
2424

2525
// JSON Processing
26-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.0'
26+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1'
2727

2828
// Testing
2929
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'

0 commit comments

Comments
 (0)