File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 3131 <maven .source.plugin.version>3.0.1</maven .source.plugin.version>
3232
3333 <!-- compile dependencies -->
34- <aws .java.sdk.version>2.3.5 </aws .java.sdk.version>
35- <netty .version>[4.1.59 .Final,)</netty .version>
34+ <aws .java.sdk.version>2.20.8 </aws .java.sdk.version>
35+ <netty .version>[4.1.89 .Final,)</netty .version>
3636 <commons-logging .version>1.2</commons-logging .version>
3737
3838 <!-- test dependencies -->
39- <dynamodblocal .version>1.11.119 </dynamodblocal .version>
39+ <dynamodblocal .version>1.21.0 </dynamodblocal .version>
4040 <mockito .version>2.23.0</mockito .version>
4141 <powermock .version>2.0.0</powermock .version>
4242 <hamcrest .version>1.3</hamcrest .version>
117117 <groupId >io.netty</groupId >
118118 <artifactId >netty-handler</artifactId >
119119 </exclusion >
120+ <exclusion >
121+ <groupId >commons-codec</groupId >
122+ <artifactId >commons-codec</artifactId >
123+ </exclusion >
120124 </exclusions >
121125 </dependency >
122126 <dependency >
544548 <ports >
545549 <port >${dynamodb-local.port} :${dynamodb-local.port} </port >
546550 </ports >
547- <wait >
548- <http >
549- <url >${dynamodb-local.endpoint} /shell/</url >
550- </http >
551- <time >5000</time >
552- </wait >
553551 </run >
554552 </image >
555553 </images >
You can’t perform that action at this time.
0 commit comments