Skip to content

Commit b283e23

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.17.1 to 2.17.2. - [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] <support@github.com>
1 parent 319804b commit b283e23

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
@@ -42,7 +42,7 @@ dependencies {
4242
annotationProcessor "org.projectlombok:lombok:$lombokVersion"
4343
implementation platform("com.squareup.okhttp3:okhttp-bom:4.12.0")
4444
implementation "com.squareup.okhttp3:okhttp"
45-
implementation "com.fasterxml.jackson.core:jackson-databind:2.17.1"
45+
implementation "com.fasterxml.jackson.core:jackson-databind:2.17.2"
4646

4747
testImplementation 'com.auth0:java-jwt:4.4.0'
4848
testImplementation 'commons-io:commons-io:2.16.1'

0 commit comments

Comments
 (0)