Skip to content

Commit 1e0db28

Browse files
fix(deps): update dependency io.netty:netty-codec-http2 to v4.1.136.final [security]
1 parent f421b3c commit 1e0db28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ mysql-connector-j = { module = "com.mysql:mysql-connector-j", version = "8.4.0"
160160
netty-buffer = { module = "io.netty:netty-buffer", version = "4.1.119.Final" }
161161
netty-codec = { module = "io.netty:netty-codec", version = "4.1.136.Final" }
162162
netty-codec-http = { module = "io.netty:netty-codec-http", version = "4.1.119.Final" }
163-
netty-codec-http2 = { module = "io.netty:netty-codec-http2", version = "4.1.119.Final" }
163+
netty-codec-http2 = { module = "io.netty:netty-codec-http2", version = "4.1.136.Final" }
164164
netty-common = { module = "io.netty:netty-common", version = "4.1.119.Final" }
165165
netty-handler = { module = "io.netty:netty-handler", version = "4.1.119.Final" }
166166
netty-nio-client = { module = "software.amazon.awssdk:netty-nio-client", version = "2.20.140" }

0 commit comments

Comments
 (0)