@@ -7,18 +7,18 @@ repositories {
7
7
8
8
dependencies {
9
9
implementation (
10
- ' org.springframework:spring-webmvc:6.2.6 ' ,
11
- ' org.springframework:spring-context:6.2.6 ' ,
10
+ ' org.springframework:spring-webmvc:6.2.8 ' ,
11
+ ' org.springframework:spring-context:6.2.8 ' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
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
20
20
testImplementation(" com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests" )
21
- testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.4.3 " )
21
+ testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.5 " )
22
22
testImplementation(platform(" org.junit:junit-bom:5.12.2" ))
23
23
testImplementation(" org.junit.jupiter:junit-jupiter" )
24
24
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
0 commit comments