Browse Source

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.
George Barnett 3 years ago
parent
commit
330ac8e9cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Package.swift

+ 1 - 1
Package.swift

@@ -36,7 +36,7 @@ let packageDependencies: [Package.Dependency] = [
   ),
   .package(
     url: "https://github.com/apple/swift-nio-http2.git",
-    from: "1.18.2"
+    from: "1.19.2"
   ),
   .package(
     url: "https://github.com/apple/swift-nio-transport-services.git",