From 0f9ba11532784f01331517aeca9969b4b69df701 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Tue, 14 Jan 2025 16:29:33 -0500 Subject: [PATCH] Update Apache HttpCore5 to 5.3.2 Signed-off-by: Andriy Redko --- client/rest/licenses/httpcore5-5.3.1.jar.sha1 | 1 - client/rest/licenses/httpcore5-5.3.2.jar.sha1 | 1 + client/rest/licenses/httpcore5-h2-5.3.1.jar.sha1 | 1 - client/rest/licenses/httpcore5-h2-5.3.2.jar.sha1 | 1 + client/rest/licenses/httpcore5-reactive-5.3.1.jar.sha1 | 1 - client/rest/licenses/httpcore5-reactive-5.3.2.jar.sha1 | 1 + client/sniffer/licenses/httpcore5-5.3.1.jar.sha1 | 1 - client/sniffer/licenses/httpcore5-5.3.2.jar.sha1 | 1 + gradle/libs.versions.toml | 2 +- 9 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 client/rest/licenses/httpcore5-5.3.1.jar.sha1 create mode 100644 client/rest/licenses/httpcore5-5.3.2.jar.sha1 delete mode 100644 client/rest/licenses/httpcore5-h2-5.3.1.jar.sha1 create mode 100644 client/rest/licenses/httpcore5-h2-5.3.2.jar.sha1 delete mode 100644 client/rest/licenses/httpcore5-reactive-5.3.1.jar.sha1 create mode 100644 client/rest/licenses/httpcore5-reactive-5.3.2.jar.sha1 delete mode 100644 client/sniffer/licenses/httpcore5-5.3.1.jar.sha1 create mode 100644 client/sniffer/licenses/httpcore5-5.3.2.jar.sha1 diff --git a/client/rest/licenses/httpcore5-5.3.1.jar.sha1 b/client/rest/licenses/httpcore5-5.3.1.jar.sha1 deleted file mode 100644 index 3b7536d6e8998..0000000000000 --- a/client/rest/licenses/httpcore5-5.3.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -eaf64237945d7d0f301d48420e8bdb7f565a7b0e \ No newline at end of file diff --git a/client/rest/licenses/httpcore5-5.3.2.jar.sha1 b/client/rest/licenses/httpcore5-5.3.2.jar.sha1 new file mode 100644 index 0000000000000..44c13325b5647 --- /dev/null +++ b/client/rest/licenses/httpcore5-5.3.2.jar.sha1 @@ -0,0 +1 @@ +35d387301d4a719972b15fbe863020da5f913c22 \ No newline at end of file diff --git a/client/rest/licenses/httpcore5-h2-5.3.1.jar.sha1 b/client/rest/licenses/httpcore5-h2-5.3.1.jar.sha1 deleted file mode 100644 index 6c3e4ffa5c6da..0000000000000 --- a/client/rest/licenses/httpcore5-h2-5.3.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -760c34db3ba41b0ffa07e956bc308d3a12356915 \ No newline at end of file diff --git a/client/rest/licenses/httpcore5-h2-5.3.2.jar.sha1 b/client/rest/licenses/httpcore5-h2-5.3.2.jar.sha1 new file mode 100644 index 0000000000000..67c92d8fea09c --- /dev/null +++ b/client/rest/licenses/httpcore5-h2-5.3.2.jar.sha1 @@ -0,0 +1 @@ +d908a946e9161511accdc739e443b1e0b0cbba82 \ No newline at end of file diff --git a/client/rest/licenses/httpcore5-reactive-5.3.1.jar.sha1 b/client/rest/licenses/httpcore5-reactive-5.3.1.jar.sha1 deleted file mode 100644 index ca9828394f40e..0000000000000 --- a/client/rest/licenses/httpcore5-reactive-5.3.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -c4c0c3c7bbcb0db54aa7ddd39e34a835428c99c0 \ No newline at end of file diff --git a/client/rest/licenses/httpcore5-reactive-5.3.2.jar.sha1 b/client/rest/licenses/httpcore5-reactive-5.3.2.jar.sha1 new file mode 100644 index 0000000000000..345d71cb206ae --- /dev/null +++ b/client/rest/licenses/httpcore5-reactive-5.3.2.jar.sha1 @@ -0,0 +1 @@ +9ee35ef1d3e40855695fc87ad2e31192d85c1e88 \ No newline at end of file diff --git a/client/sniffer/licenses/httpcore5-5.3.1.jar.sha1 b/client/sniffer/licenses/httpcore5-5.3.1.jar.sha1 deleted file mode 100644 index 3b7536d6e8998..0000000000000 --- a/client/sniffer/licenses/httpcore5-5.3.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -eaf64237945d7d0f301d48420e8bdb7f565a7b0e \ No newline at end of file diff --git a/client/sniffer/licenses/httpcore5-5.3.2.jar.sha1 b/client/sniffer/licenses/httpcore5-5.3.2.jar.sha1 new file mode 100644 index 0000000000000..44c13325b5647 --- /dev/null +++ b/client/sniffer/licenses/httpcore5-5.3.2.jar.sha1 @@ -0,0 +1 @@ +35d387301d4a719972b15fbe863020da5f913c22 \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e143de3709e16..96f6178295f00 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ reactor = "3.5.20" # client dependencies httpclient5 = "5.4.1" -httpcore5 = "5.3.1" +httpcore5 = "5.3.2" httpclient = "4.5.14" httpcore = "4.4.16" httpasyncclient = "4.1.5"