Skip to content

Commit aa33a7c

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] <support@github.com>
1 parent 2c52741 commit aa33a7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auth0-api-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tasks.withType(Javadoc) {
1616

1717
dependencies {
1818
// Core dependencies
19-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
19+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1'
2020
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
2121

2222
// JWT validation dependencies

0 commit comments

Comments
 (0)