File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
aws-serverless-jersey-archetype/src/main/resources/archetype-resources
aws-serverless-spring-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
dependencies {
9
9
implementation (
10
10
' com.amazonaws.serverless:aws-serverless-java-container-jersey:[2.0-SNAPSHOT,)' ,
11
- ' com.fasterxml.jackson.core:jackson-databind:2.18.3 ' ,
11
+ ' com.fasterxml.jackson.core:jackson-databind:2.19.1 ' ,
12
12
)
13
13
14
14
implementation(" org.glassfish.jersey.media:jersey-media-json-jackson:3.1.10" ) {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
13
13
' org.apache.logging.log4j:log4j-core:2.24.3' ,
14
14
' org.apache.logging.log4j:log4j-api:2.24.3' ,
15
15
' org.apache.logging.log4j:log4j-slf4j-impl:2.24.3' ,
16
- ' com.fasterxml.jackson.core:jackson-databind:2.18.3 ' ,
16
+ ' com.fasterxml.jackson.core:jackson-databind:2.19.1 ' ,
17
17
' com.amazonaws:aws-lambda-java-log4j2:1.6.0' ,
18
18
)
19
19
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
dependencies {
9
9
implementation (
10
10
' com.amazonaws.serverless:aws-serverless-java-container-jersey:[2.0-SNAPSHOT,)' ,
11
- ' com.fasterxml.jackson.core:jackson-databind:2.18.3 ' ,
11
+ ' com.fasterxml.jackson.core:jackson-databind:2.19.1 ' ,
12
12
)
13
13
14
14
implementation(" org.glassfish.jersey.media:jersey-media-json-jackson:3.1.10" ) {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
13
13
' org.apache.logging.log4j:log4j-core:2.24.3' ,
14
14
' org.apache.logging.log4j:log4j-api:2.24.3' ,
15
15
' org.apache.logging.log4j:log4j-slf4j-impl:2.24.3' ,
16
- ' com.fasterxml.jackson.core:jackson-databind:2.18.3 ' ,
16
+ ' com.fasterxml.jackson.core:jackson-databind:2.19.1 ' ,
17
17
' com.amazonaws:aws-lambda-java-log4j2:1.6.0' ,
18
18
)
19
19
}
You can’t perform that action at this time.
0 commit comments