Skip to content

Commit

Permalink
Merge pull request #158 from regin64/main
Browse files Browse the repository at this point in the history
upgrade jackson databind version
  • Loading branch information
sidyag authored Apr 4, 2024
2 parents b7a113f + 222af96 commit 1c5a94d
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 1c5a94d

Please sign in to comment.