Skip to content

Commit

Permalink
chore(deps): bump com.fasterxml.jackson.core:jackson-databind
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.2 to 2.15.3.
- [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]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 32eb54a commit d3c09a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/spring/pet-store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
'org.apache.logging.log4j:log4j-core:2.20.0',
'org.apache.logging.log4j:log4j-api:2.20.0',
'org.apache.logging.log4j:log4j-slf4j-impl:2.20.0',
'com.fasterxml.jackson.core:jackson-databind:2.15.2',
'com.fasterxml.jackson.core:jackson-databind:2.15.3',
'com.amazonaws:aws-lambda-java-log4j2:1.5.1',
)
}
Expand Down

0 comments on commit d3c09a8

Please sign in to comment.