File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
implementation(' software.amazon.awssdk:sso' )
47
47
implementation(' software.amazon.awssdk:ssooidc' )
48
48
implementation(' software.amazon.awssdk:sts' )
49
- implementation(' com.fasterxml.jackson.core:jackson-databind:2.14.1 ' )
49
+ implementation(' com.fasterxml.jackson.core:jackson-databind:2.18.3 ' )
50
50
implementation(' org.slf4j:slf4j-api:1.7.25' )
51
51
52
52
runtimeOnly(' software.amazon.awssdk:apache-client' )
@@ -68,6 +68,7 @@ shadowJar {
68
68
// We remove org.slf4j from the configuration as it gets included transitively by multiple dependencies and just
69
69
// removing it from the configuration being shadowed is not sufficient.
70
70
configurations = [project. configurations. runtimeClasspath. exclude([group : " org.slf4j" , module : " slf4j-api" ])]
71
+ exclude ' META-INF/versions/17/' , ' META-INF/versions/21/' , ' META-INF/versions/22/'
71
72
}
72
73
73
74
You can’t perform that action at this time.
0 commit comments