Skip to content

Commit a87bcc5

Browse files
Re-enable httpcomponents updates (#65)
1 parent eb85eee commit a87bcc5

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/renovate.json

-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
"config:recommended",
66
":semanticCommitsDisabled"
77
],
8-
"packageRules": [
9-
{
10-
"matchPackageNames": ["org.apache.httpcomponents.client5:http**"],
11-
"allowedVersions": "<5.4"
12-
}
13-
],
148
"reviewers": [
159
"team:apache-httpcomponents-client-5-api-plugin-developers"
1610
],

pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,12 @@
4343

4444
<properties>
4545
<gitHubRepo>jenkinsci/apache-httpcomponents-client-5-api-plugin</gitHubRepo>
46-
<httpclient.version>5.3.1</httpclient.version>
46+
<httpclient.version>5.4.1</httpclient.version>
4747
<httpcore.version>5.3.4</httpcore.version>
4848
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
4949
<jenkins.baseline>2.479</jenkins.baseline>
5050
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
51-
<!-- TODO: Revert to ${httpclient.version} once https://github.com/jenkinsci/apache-httpcomponents-client-5-api-plugin/issues/59 is fixed -->
52-
<!-- <revision>${httpclient.version}</revision> -->
53-
<revision>5.4</revision>
51+
<revision>${httpclient.version}</revision>
5452
<changelist>999999-SNAPSHOT</changelist>
5553
<spotless.check.skip>false</spotless.check.skip>
5654
</properties>

0 commit comments

Comments
 (0)