Skip to content

Commit ed08a7c

Browse files
chore(deps): bump com.fasterxml.jackson.core:jackson-databind (#20)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.2 to 2.21.3. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3784a5 commit ed08a7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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:4.12.0'
2424

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

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

0 commit comments

Comments
 (0)