While working with aws sdk v2 for java, i had encounter with some issues.
i had included the DynamboDb and S3 dependencies and tried to run Maven install.
the problem is that the same dependency- S3, tried to fetch different versions of netty-handler.
this error was shown:
and
+-software.amazon.awssdk:s3:2.5.49
+-software.amazon.awssdk:netty-nio-client:2.5.49
+-io.netty:netty-handler:4.1.33.Final
and
+-software.amazon.awssdk:s3:2.5.49
+-software.amazon.awssdk:netty-nio-client:2.5.49
+-com.typesafe.netty:netty-reactive-streams-http:2.0.0
+-com.typesafe.netty:netty-reactive-streams:2.0.0
+-io.netty:netty-handler:4.1.13.Final