Skip to content

Commit 788f4e9

Browse files
chore(deps): bump com.fasterxml.jackson.core:jackson-databind (#34)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.22.0 to 2.22.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.1 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 dc488f9 commit 788f4e9

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.22.0'
26+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.1'
2727

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

0 commit comments

Comments
 (0)