Skip to content

Commit 1eaa52e

Browse files
authored
update-checkout: bump libcurl to 8.17.0 (#86321)
Following on from a discussion at swiftlang/swift-docker#488 (comment), this PR updates the following dependency for `main`, `6.3`, `next`, and `rebranch`: - libcurl from [8.9.1](https://github.com/curl/curl/releases/tag/curl-8_9_1) (Jul 31, 2024) to [8.17.0](https://github.com/curl/curl/releases/tag/curl-8_17_0) (Nov 5, 2025) Given that this library processes untrusted input, keeping up with the latest releases is probably a good idea.
1 parent 9c6a7cf commit 1eaa52e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"swift-sdk-generator": "main",
187187
"wasi-libc": "wasi-sdk-27",
188188
"wasmkit": "0.1.6",
189-
"curl": "curl-8_9_1",
189+
"curl": "curl-8_17_0",
190190
"libxml2": "v2.11.5",
191191
"zlib": "v1.3.1",
192192
"brotli": "v1.1.0",
@@ -245,7 +245,7 @@
245245
"swift-sdk-generator": "release/6.3",
246246
"wasi-libc": "wasi-sdk-27",
247247
"wasmkit": "0.1.6",
248-
"curl": "curl-8_9_1",
248+
"curl": "curl-8_17_0",
249249
"libxml2": "v2.11.5",
250250
"zlib": "v1.3.1",
251251
"brotli": "v1.1.0",
@@ -678,7 +678,7 @@
678678
"swift-sdk-generator": "main",
679679
"wasi-libc": "wasi-sdk-27",
680680
"wasmkit": "0.1.6",
681-
"curl": "curl-8_9_1",
681+
"curl": "curl-8_17_0",
682682
"libxml2": "v2.11.5",
683683
"zlib": "v1.3.1",
684684
"brotli": "v1.1.0",
@@ -739,7 +739,7 @@
739739
"swift-sdk-generator": "main",
740740
"wasi-libc": "wasi-sdk-27",
741741
"wasmkit": "0.1.6",
742-
"curl": "curl-8_9_1",
742+
"curl": "curl-8_17_0",
743743
"libxml2": "v2.11.5",
744744
"zlib": "v1.3.1",
745745
"brotli": "v1.1.0",

0 commit comments

Comments
 (0)