Skip to content

Commit

Permalink
Reverting change to jackson databind as it broke shadowJar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Yagnik committed Apr 5, 2024
1 parent fb57475 commit 0127bd0
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 0127bd0

Please sign in to comment.