Skip to content

Commit f9b5fda

Browse files
Bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0 (#711)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.2 to 2.17.0. - [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-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e6a9ae commit f9b5fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation 'org.slf4j:slf4j-jdk14:2.0.12'
1111
implementation 'io.swagger.parser.v3:swagger-parser:2.1.19'
1212
implementation 'org.openapitools.empoa:empoa-swagger-core:2.1.0'
13-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.2'
13+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
1414

1515
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.23.1'
1616
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.23.1'

0 commit comments

Comments
 (0)