Skip to content

Commit 389f915

Browse files
authored
Fix Netty HTTP/2 DDoS vulnerability (#135)
1 parent 5a4cead commit 389f915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ slf4j-api = { group = "org.slf4j", name = "slf4j-api", version.ref = "slf4j" }
1818
slf4j-jcl = { group = "org.slf4j", name = "jcl-over-slf4j", version.ref = "slf4j" }
1919
aws-s3 = { group = "software.amazon.awssdk", name = "s3", version.ref = "aws" }
2020
aws-sts = { group = "software.amazon.awssdk", name = "sts", version.ref = "aws" }
21-
azure-storage-blob = { group = "com.azure", name = "azure-storage-blob", version = "12.31.1" }
21+
azure-storage-blob = { group = "com.azure", name = "azure-storage-blob", version = "12.31.3" }
2222
google-cloud-storage = { group = "com.google.cloud", name = "google-cloud-storage", version = "2.55.0" }
2323
google-cloud-nio = { group = "com.google.cloud", name = "google-cloud-nio", version = "0.128.2" }
2424
guava = { group = "com.google.guava", name = "guava", version = "33.4.8-jre" }

0 commit comments

Comments
 (0)