Skip to content

Commit 34993f9

Browse files
authored
Merge pull request #204 from aws/bump-jackson
Bump com.fasterxml.jackson.core:jackson-databind to 2.18.3
2 parents 3d728df + 1a3681d commit 34993f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
implementation('software.amazon.awssdk:sso')
4747
implementation('software.amazon.awssdk:ssooidc')
4848
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')
5050
implementation('org.slf4j:slf4j-api:1.7.25')
5151

5252
runtimeOnly('software.amazon.awssdk:apache-client')
@@ -68,6 +68,7 @@ shadowJar {
6868
//We remove org.slf4j from the configuration as it gets included transitively by multiple dependencies and just
6969
//removing it from the configuration being shadowed is not sufficient.
7070
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/'
7172
}
7273

7374

0 commit comments

Comments
 (0)