Skip to content

Commit 330ac8e

Browse files
authored
Update minimum HTTP/2 version (#1359)
Motivation: HTTP/2 1.19.2 includes fixes for a number of vulnerabilties. We should require adopters to use at least this version of HTTP/2 moving forward. Modifications: - Bump minimum HTTP/2 version to 1.19.2 Result: - HTTP/2 version will be 1.19.2 or newer.
1 parent 393feb7 commit 330ac8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let packageDependencies: [Package.Dependency] = [
3636
),
3737
.package(
3838
url: "https://github.com/apple/swift-nio-http2.git",
39-
from: "1.18.2"
39+
from: "1.19.2"
4040
),
4141
.package(
4242
url: "https://github.com/apple/swift-nio-transport-services.git",

0 commit comments

Comments
 (0)