Skip to content

Commit

Permalink
Upgrade some dependencies (#1751)
Browse files Browse the repository at this point in the history
  • Loading branch information
timtay-microsoft authored Oct 19, 2023
1 parent 87a7792 commit 85fdd69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,27 +108,27 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.86.Final</version> <!--e2e tests and samples only-->
<version>4.1.100.Final</version> <!--e2e tests and samples only-->
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.94.Final</version> <!--e2e tests and samples only-->
<version>4.1.100.Final</version> <!--e2e tests and samples only-->
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.86.Final</version> <!--e2e tests and samples only-->
<version>4.1.100.Final</version> <!--e2e tests and samples only-->
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.86.Final</version> <!--e2e tests and samples only-->
<version>4.1.100.Final</version> <!--e2e tests and samples only-->
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
<version>4.1.86.Final</version> <!--e2e tests and samples only-->
<version>4.1.100.Final</version> <!--e2e tests and samples only-->
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
Expand Down Expand Up @@ -168,7 +168,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.0.0-jre</version> <!-- Nested dependency from ms client runtime. Overriding the version to use newer version-->
<version>32.1.3-jre</version> <!-- Nested dependency from ms client runtime. Overriding the version to use newer version-->
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
Expand Down

0 comments on commit 85fdd69

Please sign in to comment.