File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -220,10 +220,10 @@ configurations.all {
220220 force " com.fasterxml.jackson.core:jackson-core:${ versions.jackson} "
221221 force " com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${ versions.jackson} "
222222 force " com.fasterxml.jackson.core:jackson-databind:${ versions.jackson_databind} "
223- force ' io.netty:netty-buffer:4.1.73.Final '
224- force ' io.netty:netty-common:4.1.73.Final '
225- force ' io.netty:netty-handler:4.1.73.Final '
226- force ' io.netty:netty-transport:4.1.73.Final '
223+ force " io.netty:netty-buffer:${ versions.netty } "
224+ force " io.netty:netty-common:${ versions.netty } "
225+ force " io.netty:netty-handler:${ versions.netty } "
226+ force " io.netty:netty-transport:${ versions.netty } "
227227 }
228228}
229229
You can’t perform that action at this time.
0 commit comments