File tree Expand file tree Collapse file tree 3 files changed +39
-5
lines changed
src/main/java/com/mercadopago Expand file tree Collapse file tree 3 files changed +39
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ already.
21
21
<dependency >
22
22
<groupId >com.mercadopago</groupId >
23
23
<artifactId >sdk-java</artifactId >
24
- <version >2.1.14 </version >
24
+ <version >2.1.15 </version >
25
25
</dependency >
26
26
```
27
27
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.mercadopago</groupId >
6
6
<artifactId >sdk-java</artifactId >
7
- <version >2.1.14 </version >
7
+ <version >2.1.15 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >Mercadopago SDK</name >
100
100
<plugin >
101
101
<groupId >org.apache.maven.plugins</groupId >
102
102
<artifactId >maven-javadoc-plugin</artifactId >
103
- <version >3.5 .0</version >
103
+ <version >3.6 .0</version >
104
104
<configuration >
105
105
<source >1.8</source >
106
106
<doclint >none</doclint >
237
237
<dependency >
238
238
<groupId >org.apache.maven.plugins</groupId >
239
239
<artifactId >maven-javadoc-plugin</artifactId >
240
- <version >3.5.0</version >
240
+ <version >3.6.0</version >
241
+ <exclusions >
242
+ <exclusion >
243
+ <groupId >org.apache.velocity</groupId >
244
+ <artifactId >velocity</artifactId >
245
+ </exclusion >
246
+ <exclusion >
247
+ <groupId >org.apache.velocity</groupId >
248
+ <artifactId >velocity-tools</artifactId >
249
+ </exclusion >
250
+ </exclusions >
251
+ </dependency >
252
+
253
+ <dependency >
254
+ <groupId >org.apache.velocity</groupId >
255
+ <artifactId >velocity-engine-core</artifactId >
256
+ <version >2.3</version >
257
+ <exclusions >
258
+ <exclusion >
259
+ <groupId >org.hsqldb</groupId >
260
+ <artifactId >hsqldb</artifactId >
261
+ </exclusion >
262
+ </exclusions >
263
+ </dependency >
264
+
265
+ <dependency >
266
+ <groupId >org.apache.velocity.tools</groupId >
267
+ <artifactId >velocity-tools-generic</artifactId >
268
+ <version >3.1</version >
269
+ </dependency >
270
+
271
+ <dependency >
272
+ <groupId >commons-lang</groupId >
273
+ <artifactId >commons-lang</artifactId >
274
+ <version >2.6</version >
241
275
</dependency >
242
276
243
277
<dependency >
Original file line number Diff line number Diff line change 15
15
/** Mercado Pago configuration class. */
16
16
public class MercadoPagoConfig {
17
17
18
- public static final String CURRENT_VERSION = "2.1.14 " ;
18
+ public static final String CURRENT_VERSION = "2.1.15 " ;
19
19
20
20
public static final String PRODUCT_ID = "BC32A7VTRPP001U8NHJ0" ;
21
21
You can’t perform that action at this time.
0 commit comments