Skip to content

Commit 9cb7d72

Browse files
authored
chore: update jackson to 2.17.3 (#350)
1 parent 93caad1 commit 9cb7d72

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
@@ -27,7 +27,7 @@ dependencies {
2727
annotationProcessor 'org.projectlombok:lombok:1.18.32'
2828

2929
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
30-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.0'
30+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.3'
3131

3232
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0','org.mockito:mockito-core:4.11.0'
3333
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'

0 commit comments

Comments
 (0)