Skip to content

Commit 85fdd69

Browse files
Upgrade some dependencies (#1751)
1 parent 87a7792 commit 85fdd69

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,27 +108,27 @@
108108
<dependency>
109109
<groupId>io.netty</groupId>
110110
<artifactId>netty-all</artifactId>
111-
<version>4.1.86.Final</version> <!--e2e tests and samples only-->
111+
<version>4.1.100.Final</version> <!--e2e tests and samples only-->
112112
</dependency>
113113
<dependency>
114114
<groupId>io.netty</groupId>
115115
<artifactId>netty-handler</artifactId>
116-
<version>4.1.94.Final</version> <!--e2e tests and samples only-->
116+
<version>4.1.100.Final</version> <!--e2e tests and samples only-->
117117
</dependency>
118118
<dependency>
119119
<groupId>io.netty</groupId>
120120
<artifactId>netty-codec</artifactId>
121-
<version>4.1.86.Final</version> <!--e2e tests and samples only-->
121+
<version>4.1.100.Final</version> <!--e2e tests and samples only-->
122122
</dependency>
123123
<dependency>
124124
<groupId>io.netty</groupId>
125125
<artifactId>netty-codec-http</artifactId>
126-
<version>4.1.86.Final</version> <!--e2e tests and samples only-->
126+
<version>4.1.100.Final</version> <!--e2e tests and samples only-->
127127
</dependency>
128128
<dependency>
129129
<groupId>io.netty</groupId>
130130
<artifactId>netty-codec-http2</artifactId>
131-
<version>4.1.86.Final</version> <!--e2e tests and samples only-->
131+
<version>4.1.100.Final</version> <!--e2e tests and samples only-->
132132
</dependency>
133133
<dependency>
134134
<groupId>io.projectreactor.netty</groupId>
@@ -168,7 +168,7 @@
168168
<dependency>
169169
<groupId>com.google.guava</groupId>
170170
<artifactId>guava</artifactId>
171-
<version>32.0.0-jre</version> <!-- Nested dependency from ms client runtime. Overriding the version to use newer version-->
171+
<version>32.1.3-jre</version> <!-- Nested dependency from ms client runtime. Overriding the version to use newer version-->
172172
</dependency>
173173
<dependency>
174174
<groupId>com.fasterxml.woodstox</groupId>

0 commit comments

Comments
 (0)