|
1 | 1 | // {{start:dependencies}}
|
2 | 2 | ext {
|
3 | 3 | versions = [
|
4 |
| - jackson : '2.9.2', // Json Serializer / Deserializer |
5 |
| - okhttp : '3.9.0', // HTTP Client |
| 4 | + jackson : '2.9.7', // Json Serializer / Deserializer |
| 5 | + okhttp : '3.11.0', // HTTP Client |
6 | 6 | slf4j : '1.7.25', // Logging
|
7 | 7 | logback : '1.2.3', // Logging
|
8 |
| - undertow : '1.4.20.Final',// Webserver |
9 |
| - metrics : '4.0.2', // Metrics |
10 |
| - guava : '23.3-jre', // Common / Helper libraries |
11 |
| - typesafeConfig : '1.3.2', // Configuration |
12 |
| - handlebars : '4.0.6', // HTML templating |
13 |
| - htmlCompressor : '1.4', // HTML compression |
14 |
| - hikaricp : '2.7.2', // JDBC connection pool |
| 8 | + undertow : '2.0.13.Final',// Webserver |
| 9 | + metrics : '4.0.3', // Metrics |
| 10 | + guava : '26.0-jre', // Common / Helper libraries |
| 11 | + typesafeConfig : '1.3.3', // Configuration |
| 12 | + handlebars : '4.1.0', // HTML templating |
| 13 | + htmlCompressor : '1.5.2', // HTML compression |
| 14 | + hikaricp : '3.2.0', // JDBC connection pool |
15 | 15 | jool : '0.9.12', // Functional Utils
|
16 | 16 | hsqldb : '2.3.4', // In memory SQL db
|
17 |
| - aws : '1.11.221', // AWS Java SDK |
18 |
| - flyway : '4.2.0', // DB migrations |
| 17 | + aws : '1.11.419', // AWS Java SDK |
| 18 | + flyway : '5.1.4', // DB migrations |
19 | 19 | connectorj : '5.1.44', // JDBC MYSQL driver
|
20 | 20 | jooq : '3.11.2', // jOOQ
|
21 | 21 | hashids : '1.0.3', // Id hashing
|
22 |
| - failsafe : '1.0.4', // retry and circuit breakers |
23 |
| - jsoup : '1.10.3', // DOM parsing library |
24 |
| - lombok : '1.16.18', // Code gen |
| 22 | + failsafe : '1.1.0', // retry and circuit breakers |
| 23 | + jsoup : '1.11.3', // DOM parsing library |
| 24 | + lombok : '1.18.2', // Code gen |
25 | 25 | sitemapgen4j : '1.0.6', // Sitemap generator for SEO
|
26 | 26 | jbcrypt : '0.4', // BCrypt salted hashing library
|
27 | 27 |
|
|
0 commit comments