|
3 | 3 | <parent> |
4 | 4 | <artifactId>vertx-web-parent</artifactId> |
5 | 5 | <groupId>io.vertx</groupId> |
6 | | - <version>4.5.21</version> |
| 6 | + <version>4.5.22-SNAPSHOT</version> |
7 | 7 | </parent> |
8 | 8 | <modelVersion>4.0.0</modelVersion> |
9 | 9 | <artifactId>vertx-web-api-contract</artifactId> |
|
51 | 51 | <dependency> |
52 | 52 | <groupId>io.vertx</groupId> |
53 | 53 | <artifactId>vertx-web</artifactId> |
54 | | - <version>4.5.21</version> |
| 54 | + <version>4.5.22-SNAPSHOT</version> |
55 | 55 | <scope>compile</scope> |
56 | 56 | </dependency> |
57 | 57 | <dependency> |
|
75 | 75 | <dependency> |
76 | 76 | <groupId>io.vertx</groupId> |
77 | 77 | <artifactId>vertx-auth-jwt</artifactId> |
78 | | - <version>4.5.21</version> |
| 78 | + <version>4.5.22-SNAPSHOT</version> |
79 | 79 | <scope>compile</scope> |
80 | 80 | <optional>true</optional> |
81 | 81 | </dependency> |
82 | 82 | <dependency> |
83 | 83 | <groupId>io.vertx</groupId> |
84 | 84 | <artifactId>vertx-web</artifactId> |
85 | | - <version>4.5.21</version> |
| 85 | + <version>4.5.22-SNAPSHOT</version> |
86 | 86 | <type>test-jar</type> |
87 | 87 | <scope>test</scope> |
88 | 88 | </dependency> |
89 | 89 | <dependency> |
90 | 90 | <groupId>io.vertx</groupId> |
91 | 91 | <artifactId>vertx-web-client</artifactId> |
92 | | - <version>4.5.21</version> |
| 92 | + <version>4.5.22-SNAPSHOT</version> |
93 | 93 | <scope>test</scope> |
94 | 94 | <exclusions> |
95 | 95 | <exclusion> |
|
101 | 101 | <dependency> |
102 | 102 | <groupId>io.vertx</groupId> |
103 | 103 | <artifactId>vertx-unit</artifactId> |
104 | | - <version>4.5.21</version> |
| 104 | + <version>4.5.22-SNAPSHOT</version> |
105 | 105 | <scope>test</scope> |
106 | 106 | </dependency> |
107 | 107 | <dependency> |
108 | 108 | <groupId>io.vertx</groupId> |
109 | 109 | <artifactId>vertx-auth-properties</artifactId> |
110 | | - <version>4.5.21</version> |
| 110 | + <version>4.5.22-SNAPSHOT</version> |
111 | 111 | <scope>test</scope> |
112 | 112 | </dependency> |
113 | 113 | <dependency> |
114 | 114 | <groupId>io.vertx</groupId> |
115 | 115 | <artifactId>vertx-service-proxy</artifactId> |
116 | | - <version>4.5.21</version> |
| 116 | + <version>4.5.22-SNAPSHOT</version> |
117 | 117 | <scope>test</scope> |
118 | 118 | </dependency> |
119 | 119 | <dependency> |
|
125 | 125 | <dependency> |
126 | 126 | <groupId>io.vertx</groupId> |
127 | 127 | <artifactId>vertx-core</artifactId> |
128 | | - <version>4.5.21</version> |
| 128 | + <version>4.5.22-SNAPSHOT</version> |
129 | 129 | <scope>compile</scope> |
130 | 130 | </dependency> |
131 | 131 | <dependency> |
132 | 132 | <groupId>io.vertx</groupId> |
133 | 133 | <artifactId>vertx-codegen</artifactId> |
134 | | - <version>4.5.21</version> |
| 134 | + <version>4.5.22-SNAPSHOT</version> |
135 | 135 | <scope>provided</scope> |
136 | 136 | <optional>true</optional> |
137 | 137 | </dependency> |
|
156 | 156 | <dependency> |
157 | 157 | <groupId>io.vertx</groupId> |
158 | 158 | <artifactId>vertx-core</artifactId> |
159 | | - <version>4.5.21</version> |
| 159 | + <version>4.5.22-SNAPSHOT</version> |
160 | 160 | <type>test-jar</type> |
161 | 161 | <scope>test</scope> |
162 | 162 | </dependency> |
|
184 | 184 | </exclusion> |
185 | 185 | </exclusions> |
186 | 186 | </dependency> |
187 | | - <dependency> |
188 | | - <groupId>io.netty</groupId> |
189 | | - <artifactId>netty-tcnative-boringssl-static</artifactId> |
190 | | - <version>2.0.73.Final</version> |
191 | | - <scope>test</scope> |
192 | | - <exclusions> |
193 | | - <exclusion> |
194 | | - <artifactId>netty-tcnative-classes</artifactId> |
195 | | - <groupId>io.netty</groupId> |
196 | | - </exclusion> |
197 | | - <exclusion> |
198 | | - <artifactId>netty-tcnative-boringssl-static</artifactId> |
199 | | - <groupId>io.netty</groupId> |
200 | | - </exclusion> |
201 | | - <exclusion> |
202 | | - <artifactId>netty-tcnative-boringssl-static</artifactId> |
203 | | - <groupId>io.netty</groupId> |
204 | | - </exclusion> |
205 | | - <exclusion> |
206 | | - <artifactId>netty-tcnative-boringssl-static</artifactId> |
207 | | - <groupId>io.netty</groupId> |
208 | | - </exclusion> |
209 | | - <exclusion> |
210 | | - <artifactId>netty-tcnative-boringssl-static</artifactId> |
211 | | - <groupId>io.netty</groupId> |
212 | | - </exclusion> |
213 | | - <exclusion> |
214 | | - <artifactId>netty-tcnative-boringssl-static</artifactId> |
215 | | - <groupId>io.netty</groupId> |
216 | | - </exclusion> |
217 | | - </exclusions> |
218 | | - </dependency> |
219 | 187 | </dependencies> |
220 | 188 | <properties> |
221 | 189 | <doc.skip>false</doc.skip> |
|
0 commit comments