Update org.apache.httpcomponents:httpcore to 4.4.15

In target platform we updated to this version already earlier.

Change-Id: Iefa06bac2c007810936a5675482addd99f8f9cd3
This commit is contained in:
Matthias Sohn 2022-10-10 17:54:18 +02:00
parent f319c93584
commit 490c586dee
2 changed files with 3 additions and 3 deletions

View File

@ -86,8 +86,8 @@ maven_jar(
maven_jar(
name = "httpcore",
artifact = "org.apache.httpcomponents:httpcore:4.4.14",
sha1 = "9dd1a631c082d92ecd4bd8fd4cf55026c720a8c1",
artifact = "org.apache.httpcomponents:httpcore:4.4.15",
sha1 = "2ab1724e80d075698903a49f5e8fa90b077937ac",
)
maven_jar(

View File

@ -165,7 +165,7 @@
<jetty-version>10.0.6</jetty-version>
<japicmp-version>0.15.3</japicmp-version>
<httpclient-version>4.5.13</httpclient-version>
<httpcore-version>4.4.14</httpcore-version>
<httpcore-version>4.4.15</httpcore-version>
<slf4j-version>1.7.30</slf4j-version>
<maven-javadoc-plugin-version>3.3.1</maven-javadoc-plugin-version>
<tycho-extras-version>2.6.0</tycho-extras-version>