Skip to content

Commit ab9ce41

Browse files
chore: update dependency jackson to 2.17.1
1 parent b0cf9ce commit ab9ce41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ artifacts {
2525

2626
dependencies {
2727
implementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
28-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
29-
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1'
28+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
29+
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.1'
3030
implementation 'org.slf4j:slf4j-api:1.7.36'
3131

3232
compileOnly 'org.projectlombok:lombok:1.18.34'

0 commit comments

Comments
 (0)