File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222 }
2323
2424 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.5 " )
2626 testImplementation(platform(" org.junit:junit-bom:5.12.1" ))
2727 testImplementation(" org.junit.jupiter:junit-jupiter" )
2828 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 )
1919
2020 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 " )
2222 testImplementation(platform(" org.junit:junit-bom:5.12.2" ))
2323 testImplementation(" org.junit.jupiter:junit-jupiter" )
2424 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 )
1515
1616 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.5 " )
1818 testImplementation(platform(" org.junit:junit-bom:5.12.1" ))
1919 testImplementation(" org.junit.jupiter:junit-jupiter" )
2020 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
You can’t perform that action at this time.
0 commit comments