|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
5 | 5 | <groupId>in.erail</groupId>
|
6 | 6 | <artifactId>api-framework</artifactId>
|
7 |
| - <version>2.3</version> |
| 7 | + <version>2.4</version> |
8 | 8 | <packaging>jar</packaging>
|
9 | 9 | <developers>
|
10 | 10 | <developer>
|
|
96 | 96 | </profile>
|
97 | 97 | </profiles>
|
98 | 98 | <properties>
|
99 |
| - <vertx-version>3.5.1</vertx-version> |
| 99 | + <vertx.version>3.5.4</vertx.version> |
100 | 100 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
101 | 101 | <maven.compiler.source>1.8</maven.compiler.source>
|
102 | 102 | <maven.compiler.target>1.8</maven.compiler.target>
|
|
105 | 105 | <dependency>
|
106 | 106 | <groupId>io.vertx</groupId>
|
107 | 107 | <artifactId>vertx-core</artifactId>
|
108 |
| - <version>${vertx-version}</version> |
| 108 | + <version>${vertx.version}</version> |
109 | 109 | </dependency>
|
110 | 110 | <dependency>
|
111 | 111 | <groupId>io.vertx</groupId>
|
112 | 112 | <artifactId>vertx-rx-java2</artifactId>
|
113 |
| - <version>${vertx-version}</version> |
| 113 | + <version>${vertx.version}</version> |
114 | 114 | </dependency>
|
115 | 115 | <dependency>
|
116 | 116 | <groupId>io.vertx</groupId>
|
117 | 117 | <artifactId>vertx-web-api-contract</artifactId>
|
118 |
| - <version>${vertx-version}</version> |
| 118 | + <version>${vertx.version}</version> |
119 | 119 | </dependency>
|
120 | 120 | <dependency>
|
121 | 121 | <groupId>io.vertx</groupId>
|
122 | 122 | <artifactId>vertx-unit</artifactId>
|
123 |
| - <version>${vertx-version}</version> |
| 123 | + <version>${vertx.version}</version> |
124 | 124 | <scope>test</scope>
|
125 | 125 | </dependency>
|
126 | 126 | <dependency>
|
127 | 127 | <groupId>io.vertx</groupId>
|
128 | 128 | <artifactId>vertx-web</artifactId>
|
129 |
| - <version>${vertx-version}</version> |
| 129 | + <version>${vertx.version}</version> |
130 | 130 | </dependency>
|
131 | 131 | <dependency>
|
132 | 132 | <groupId>io.vertx</groupId>
|
133 | 133 | <artifactId>vertx-hazelcast</artifactId>
|
134 |
| - <version>${vertx-version}</version> |
| 134 | + <version>${vertx.version}</version> |
135 | 135 | </dependency>
|
136 | 136 | <dependency>
|
137 | 137 | <groupId>io.vertx</groupId>
|
138 | 138 | <artifactId>vertx-auth-jwt</artifactId>
|
139 |
| - <version>${vertx-version}</version> |
| 139 | + <version>${vertx.version}</version> |
140 | 140 | </dependency>
|
141 | 141 | <dependency>
|
142 | 142 | <groupId>io.vertx</groupId>
|
143 | 143 | <artifactId>vertx-auth-oauth2</artifactId>
|
144 |
| - <version>${vertx-version}</version> |
| 144 | + <version>${vertx.version}</version> |
145 | 145 | </dependency>
|
146 | 146 | <dependency>
|
147 | 147 | <groupId>io.vertx</groupId>
|
148 | 148 | <artifactId>vertx-mongo-client</artifactId>
|
149 |
| - <version>${vertx-version}</version> |
| 149 | + <version>${vertx.version}</version> |
150 | 150 | </dependency>
|
151 | 151 | <dependency>
|
152 | 152 | <groupId>io.vertx</groupId>
|
153 | 153 | <artifactId>vertx-lang-js</artifactId>
|
154 |
| - <version>${vertx-version}</version> |
| 154 | + <version>${vertx.version}</version> |
155 | 155 | </dependency>
|
156 | 156 | <dependency>
|
157 | 157 | <groupId>io.vertx</groupId>
|
158 | 158 | <artifactId>vertx-redis-client</artifactId>
|
159 |
| - <version>${vertx-version}</version> |
| 159 | + <version>${vertx.version}</version> |
160 | 160 | </dependency>
|
161 | 161 | <dependency>
|
162 | 162 | <groupId>io.vertx</groupId>
|
163 | 163 | <artifactId>vertx-web-client</artifactId>
|
164 |
| - <version>${vertx-version}</version> |
| 164 | + <version>${vertx.version}</version> |
165 | 165 | </dependency>
|
166 | 166 | <dependency>
|
167 | 167 | <groupId>io.netty</groupId>
|
168 | 168 | <artifactId>netty-transport-native-epoll</artifactId>
|
169 |
| - <version>4.1.15.Final</version> |
| 169 | + <version>4.1.19.Final</version> |
170 | 170 | <classifier>linux-x86_64</classifier>
|
171 | 171 | </dependency>
|
172 | 172 | <dependency>
|
173 | 173 | <groupId>com.github.vladimir-bukhtoyarov</groupId>
|
174 | 174 | <artifactId>bucket4j-core</artifactId>
|
175 |
| - <version>3.1.1</version> |
| 175 | + <version>3.1.2</version> |
176 | 176 | </dependency>
|
177 | 177 | <dependency>
|
178 | 178 | <groupId>in.erail</groupId>
|
179 | 179 | <artifactId>glue</artifactId>
|
180 |
| - <version>2.3</version> |
| 180 | + <version>2.4</version> |
181 | 181 | </dependency>
|
182 | 182 | <dependency>
|
183 | 183 | <groupId>org.mockito</groupId>
|
184 | 184 | <artifactId>mockito-core</artifactId>
|
185 |
| - <version>2.15.0</version> |
| 185 | + <version>2.22.0</version> |
186 | 186 | <scope>test</scope>
|
187 | 187 | </dependency>
|
188 | 188 | <dependency>
|
|
0 commit comments