Skip to content

Commit c5df061

Browse files
authored
Merge pull request #1453 from aws/dependabot/gradle/aws-serverless-jersey-archetype/src/main/resources/archetype-resources/httpclient-75b8d0dacf
chore(deps): bump the httpclient group across 3 directories with 1 update
2 parents 1c9581e + bb22613 commit c5df061

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

aws-serverless-jersey-archetype/src/main/resources/archetype-resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

aws-serverless-spring-archetype/src/main/resources/archetype-resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

aws-serverless-springboot3-archetype/src/main/resources/archetype-resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)