Skip to content

Commit 4cb7418

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.17.1 to 2.17.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f344014 commit 4cb7418

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
@@ -10,7 +10,7 @@ version = '2.1.0-SNAPSHOT'
1010
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1111

1212
dependencies {
13-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
13+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
1414
// For UFC DTOs
1515
implementation 'commons-codec:commons-codec:1.17.0'
1616
implementation 'org.slf4j:slf4j-api:2.0.13'

0 commit comments

Comments
 (0)