Skip to content

Commit b198a4e

Browse files
Build(deps): Bump com.fasterxml.jackson.core:jackson-databind
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.2 to 2.21.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e75c2e2 commit b198a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth0-api-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ java {
2626

2727
dependencies {
2828
// Core dependencies
29-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
29+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1'
3030
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
3131

3232
// JWT validation dependencies

0 commit comments

Comments
 (0)