|
108 | 108 | <dependency>
|
109 | 109 | <groupId>io.netty</groupId>
|
110 | 110 | <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--> |
112 | 112 | </dependency>
|
113 | 113 | <dependency>
|
114 | 114 | <groupId>io.netty</groupId>
|
115 | 115 | <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--> |
117 | 117 | </dependency>
|
118 | 118 | <dependency>
|
119 | 119 | <groupId>io.netty</groupId>
|
120 | 120 | <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--> |
122 | 122 | </dependency>
|
123 | 123 | <dependency>
|
124 | 124 | <groupId>io.netty</groupId>
|
125 | 125 | <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--> |
127 | 127 | </dependency>
|
128 | 128 | <dependency>
|
129 | 129 | <groupId>io.netty</groupId>
|
130 | 130 | <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--> |
132 | 132 | </dependency>
|
133 | 133 | <dependency>
|
134 | 134 | <groupId>io.projectreactor.netty</groupId>
|
|
168 | 168 | <dependency>
|
169 | 169 | <groupId>com.google.guava</groupId>
|
170 | 170 | <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--> |
172 | 172 | </dependency>
|
173 | 173 | <dependency>
|
174 | 174 | <groupId>com.fasterxml.woodstox</groupId>
|
|
0 commit comments