Skip to content

Commit 11b1b6b

Browse files
chore(deps): bump com.fasterxml.jackson.core:jackson-databind
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 to 2.16.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] <support@github.com>
1 parent c0d5345 commit 11b1b6b

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
@@ -41,7 +41,7 @@ dependencies {
4141
annotationProcessor "org.projectlombok:lombok:$lombokVersion"
4242
implementation platform("com.squareup.okhttp3:okhttp-bom:4.12.0")
4343
implementation "com.squareup.okhttp3:okhttp"
44-
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
44+
implementation "com.fasterxml.jackson.core:jackson-databind:2.16.0"
4545

4646
testImplementation 'com.auth0:java-jwt:4.4.0'
4747
testImplementation 'commons-io:commons-io:2.15.0'

0 commit comments

Comments
 (0)