Skip to content

Commit

Permalink
Merge pull request #162 from sidyag/main
Browse files Browse the repository at this point in the history
Reverting change to jackson databind as it broke shadowJar.
  • Loading branch information
sidyag authored Apr 5, 2024
2 parents 088a462 + 0127bd0 commit 29002cc
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.17.0')
implementation('com.fasterxml.jackson.core:jackson-databind:2.14.1')
implementation('org.slf4j:slf4j-api:1.7.25')

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

0 comments on commit 29002cc

Please sign in to comment.