File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ val jaxbApiVersion = "2.4.0-b180830.0359"
10
10
val jaxbVersion = " 2.3.0.1"
11
11
val kafkaVersion = " 3.9.0"
12
12
val syfoXmlCodegenVersion = " 2.0.1"
13
- val ktorVersion = " 3.0.3 "
13
+ val ktorVersion = " 3.1.0 "
14
14
val logbackVersion = " 1.5.16"
15
15
val logstashEncoderVersion = " 8.0"
16
16
val prometheusVersion = " 0.16.0"
@@ -22,6 +22,7 @@ val ktfmtVersion = "0.44"
22
22
val snappyJavaVersion = " 1.1.10.7"
23
23
val opentelemetryVersion = " 2.12.0"
24
24
val ibmMqVersion = " 9.4.1.1"
25
+ val nettyHandlerVersion = " 4.1.118.Final"
25
26
26
27
plugins {
27
28
id(" application" )
@@ -50,6 +51,13 @@ dependencies {
50
51
51
52
implementation(" io.ktor:ktor-server-core:$ktorVersion " )
52
53
implementation(" io.ktor:ktor-server-netty:$ktorVersion " )
54
+ {
55
+ constraints {
56
+ implementation(" io.netty:netty-handler:$nettyHandlerVersion " ) {
57
+ because(" Due to vulnerabilities in io.ktor:ktor-server-netty" )
58
+ }
59
+ }
60
+ }
53
61
54
62
implementation(" ch.qos.logback:logback-classic:$logbackVersion " )
55
63
implementation(" net.logstash.logback:logstash-logback-encoder:$logstashEncoderVersion " )
You can’t perform that action at this time.
0 commit comments