Skip to content

Commit 2d0b1d7

Browse files
committed
bump dependencies
1 parent cbfd71a commit 2d0b1d7

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

gradle/dependencies.gradle

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
// {{start:dependencies}}
22
ext {
33
versions = [
4-
jackson : '2.8.5', // Json Serializer / Deserializer
5-
okhttp : '3.6.0', // HTTP Client
6-
slf4j : '1.7.21', // Logging
7-
logback : '1.1.8', // Logging
8-
undertow : '1.4.18.Final', // Webserver
9-
metrics : '3.1.2', // Metrics
10-
guava : '23.0', // Common / Helper libraries
11-
typesafeConfig : '1.3.1', // Configuration
4+
jackson : '2.9.2', // Json Serializer / Deserializer
5+
okhttp : '3.9.0', // HTTP Client
6+
slf4j : '1.7.25', // Logging
7+
logback : '1.2.3', // Logging
8+
undertow : '1.4.20.Final',// Webserver
9+
metrics : '3.2.5', // Metrics
10+
guava : '23.3-jre', // Common / Helper libraries
11+
typesafeConfig : '1.3.2', // Configuration
1212
handlebars : '4.0.6', // HTML templating
1313
htmlCompressor : '1.4', // HTML compression
14-
hikaricp : '2.6.0', // JDBC connection pool
14+
hikaricp : '2.7.2', // JDBC connection pool
1515
jool : '0.9.12', // Functional Utils
1616
hsqldb : '2.3.4', // In memory SQL db
17-
aws : '1.11.98', // AWS Java SDK
18-
flyway : '4.1.2', // DB migrations
19-
connectorj : '5.1.41', // JDBC MYSQL driver
17+
aws : '1.11.221', // AWS Java SDK
18+
flyway : '4.2.0', // DB migrations
19+
connectorj : '5.1.44', // JDBC MYSQL driver
2020
jooq : '3.10.1', // jOOQ
21-
hashids : '1.0.1', // Id hashing
21+
hashids : '1.0.3', // Id hashing
2222
failsafe : '1.0.4', // retry and circuit breakers
2323
jsoup : '1.10.3', // DOM parsing library
24-
lombok : '1.16.16', // Code gen
24+
lombok : '1.16.18', // Code gen
2525
sitemapgen4j : '1.0.6', // Sitemap generator for SEO
2626
jbcrypt : '0.4', // BCrypt salted hashing library
2727

0 commit comments

Comments
 (0)