Skip to content

Commit f24e9df

Browse files
committed
fix code format
Signed-off-by: Brian Flores <[email protected]>
1 parent bee0959 commit f24e9df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ subprojects {
8282
resolutionStrategy.force 'org.apache.commons:commons-compress:1.26.0'
8383
resolutionStrategy.force "org.apache.commons:commons-lang3:${versions.commonslang}"
8484
resolutionStrategy.force 'software.amazon.awssdk:bom:2.32.29'
85+
8586
resolutionStrategy.force 'io.netty:netty-buffer:4.1.125.Final'
8687
resolutionStrategy.force 'io.netty:netty-codec:4.1.125.Final'
8788
resolutionStrategy.force 'io.netty:netty-codec-http:4.1.125.Final'
@@ -90,7 +91,8 @@ subprojects {
9091
resolutionStrategy.force 'io.netty:netty-handler:4.1.125.Final'
9192
resolutionStrategy.force 'io.netty:netty-resolver:4.1.125.Final'
9293
resolutionStrategy.force 'io.netty:netty-transport:4.1.125.Final'
93-
resolutionStrategy.force 'io.netty:netty-transport-native-unix-common:4.1.125.Final' }
94+
resolutionStrategy.force 'io.netty:netty-transport-native-unix-common:4.1.125.Final'
95+
}
9496
}
9597

9698
ext {

0 commit comments

Comments
 (0)