Skip to content
Snippets Groups Projects
Commit 9f38ed66 authored by Deepa Kumari's avatar Deepa Kumari
Browse files

added version upgrade for netty

parent 84c217f1
No related branches found
No related tags found
1 merge request!627Full Upgrade of First Party Library Dependencies
Pipeline #216596 failed
......@@ -94,17 +94,17 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.50.Final</version>
<version>4.1.90.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.15.Final</version>
<version>4.1.90.Final</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.2.0</version>
<version>1.13.1</version>
</dependency>
<!-- Testing -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment