Skip to content

Commit

Permalink
upgrade jackson databind version
Browse files Browse the repository at this point in the history
  • Loading branch information
regin64 committed Mar 22, 2024
1 parent b5cfa85 commit 222af96
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 @@ -49,7 +49,7 @@ dependencies {
implementation('software.amazon.awssdk:sso')
implementation("software.amazon.awssdk:ssooidc")
implementation('software.amazon.awssdk:sts')
implementation('com.fasterxml.jackson.core:jackson-databind:2.14.1')
implementation('com.fasterxml.jackson.core:jackson-databind:2.17.0')
implementation('org.slf4j:slf4j-api:1.7.25')

runtimeOnly('software.amazon.awssdk:apache-client')
Expand Down

0 comments on commit 222af96

Please sign in to comment.