Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
ba90ab1f
Commit
ba90ab1f
authored
Jun 10, 2015
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to HttpClient 4.5
Closes gh-3189
parent
4434bccb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
pom.xml
spring-boot-dependencies/pom.xml
+3
-2
No files found.
spring-boot-dependencies/pom.xml
View file @
ba90ab1f
...
...
@@ -80,7 +80,8 @@
<hornetq.version>
2.4.7.Final
</hornetq.version>
<hsqldb.version>
2.3.2
</hsqldb.version>
<httpasyncclient.version>
4.1
</httpasyncclient.version>
<httpclient.version>
4.4.1
</httpclient.version>
<httpclient.version>
4.5
</httpclient.version>
<httpcore.version>
4.4.1
</httpcore.version>
<infinispan.version>
7.2.2.Final
</infinispan.version>
<jackson.version>
2.5.4
</jackson.version>
<janino.version>
2.7.8
</janino.version>
...
...
@@ -841,7 +842,7 @@
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
<artifactId>
httpcore
</artifactId>
<version>
${httpc
lient
.version}
</version>
<version>
${httpc
ore
.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment