File tree 3 files changed +3
-3
lines changed
aws-serverless-jersey-archetype/src/main/resources/archetype-resources
aws-serverless-spring-archetype/src/main/resources/archetype-resources
aws-serverless-springboot3-archetype/src/main/resources/archetype-resources
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
22
22
}
23
23
24
24
testImplementation(" com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests" )
25
- testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.4.3 " )
25
+ testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.4.4 " )
26
26
testImplementation(platform(" org.junit:junit-bom:5.12.1" ))
27
27
testImplementation(" org.junit.jupiter:junit-jupiter" )
28
28
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
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.4.4 " )
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" )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
14
14
)
15
15
16
16
testImplementation(" com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests" )
17
- testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.4.3 " )
17
+ testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.4.4 " )
18
18
testImplementation(platform(" org.junit:junit-bom:5.12.1" ))
19
19
testImplementation(" org.junit.jupiter:junit-jupiter" )
20
20
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
You can’t perform that action at this time.
0 commit comments