@@ -125,11 +125,11 @@ dependencies {
125
125
testImplementation group : ' com.dimafeng' , name : ' testcontainers-scala-core_3' , version : ' 0.41.4'
126
126
127
127
constraints {
128
- api group : ' io.netty' , name : ' netty-codec-http2' , version : ' 4.1.115 .Final'
129
- api group : ' io.netty' , name : ' netty-handler-proxy' , version : ' 4.1.115 .Final'
130
- api group : ' io.netty' , name : ' netty-transport-native-unix-common' , version : ' 4.1.115 .Final'
131
- api group : ' io.netty' , name : ' netty-transport-native-epoll' , version : ' 4.1.115 .Final'
132
- api group : ' io.netty' , name : ' netty-transport-native-kqueue' , version : ' 4.1.115 .Final'
128
+ api group : ' io.netty' , name : ' netty-codec-http2' , version : ' 4.1.118 .Final'
129
+ api group : ' io.netty' , name : ' netty-handler-proxy' , version : ' 4.1.118 .Final'
130
+ api group : ' io.netty' , name : ' netty-transport-native-unix-common' , version : ' 4.1.118 .Final'
131
+ api group : ' io.netty' , name : ' netty-transport-native-epoll' , version : ' 4.1.118 .Final'
132
+ api group : ' io.netty' , name : ' netty-transport-native-kqueue' , version : ' 4.1.118 .Final'
133
133
api group : ' com.google.guava' , name : ' guava' , version : ' 32.0.1-jre'
134
134
api group : ' io.spray' , name : ' spray-json_3' , version : ' 1.3.6'
135
135
api group : ' org.asynchttpclient' , name : ' async-http-client' , version : ' 3.0.1'
0 commit comments