File tree 8 files changed +13
-7
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
8 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ updates:
30
30
maven-install-plugin :
31
31
patterns :
32
32
- " org.apache.maven.plugins:maven-install-plugin"
33
+ httpclient :
34
+ patterns :
35
+ - " org.apache.httpcomponents.client5:*"
33
36
schedule :
34
37
interval : " weekly"
35
38
open-pull-requests-limit : 20
@@ -52,5 +55,8 @@ updates:
52
55
jackson :
53
56
patterns :
54
57
- " com.fasterxml.jackson.*:*"
58
+ httpclient :
59
+ patterns :
60
+ - " org.apache.httpcomponents.client5:*"
55
61
schedule :
56
62
interval : " weekly"
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.1 " )
25
+ testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.4.2 " )
26
26
testImplementation(platform(" org.junit:junit-bom:5.11.4" ))
27
27
testImplementation(" org.junit.jupiter:junit-jupiter" )
28
28
}
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >org.apache.httpcomponents.client5</groupId >
39
39
<artifactId >httpclient5</artifactId >
40
- <version >5.4.1 </version >
40
+ <version >5.4.2 </version >
41
41
<scope >test</scope >
42
42
</dependency >
43
43
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.1 " )
21
+ testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.4.2 " )
22
22
testImplementation(platform(" org.junit:junit-bom:5.11.4" ))
23
23
testImplementation(" org.junit.jupiter:junit-jupiter" )
24
24
}
Original file line number Diff line number Diff line change 38
38
<dependency >
39
39
<groupId >org.apache.httpcomponents.client5</groupId >
40
40
<artifactId >httpclient5</artifactId >
41
- <version >5.4.1 </version >
41
+ <version >5.4.2 </version >
42
42
<scope >test</scope >
43
43
</dependency >
44
44
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.1 " )
17
+ testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.4.2 " )
18
18
testImplementation(platform(" org.junit:junit-bom:5.11.4" ))
19
19
testImplementation(" org.junit.jupiter:junit-jupiter" )
20
20
}
Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >org.apache.httpcomponents.client5</groupId >
43
43
<artifactId >httpclient5</artifactId >
44
- <version >5.4.1 </version >
44
+ <version >5.4.2 </version >
45
45
<scope >test</scope >
46
46
</dependency >
47
47
Original file line number Diff line number Diff line change 119
119
<dependency >
120
120
<groupId >org.apache.httpcomponents.client5</groupId >
121
121
<artifactId >httpclient5</artifactId >
122
- <version >5.4.1 </version >
122
+ <version >5.4.2 </version >
123
123
<scope >test</scope >
124
124
</dependency >
125
125
You can’t perform that action at this time.
0 commit comments