Skip to content

Commit

Permalink
upgrade jackson (#2813)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigershi authored Nov 20, 2023
1 parent 3025a44 commit 9406fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
exclude group: 'junit'
}

implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
implementation("commons-io:commons-io:2.13.0")
implementation("org.slf4j:slf4j-api:1.7.26")

Expand Down

0 comments on commit 9406fce

Please sign in to comment.