Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ext {
aws : '1.12.62', // AWS Java SDK
flyway : '5.1.4', // DB migrations
connectorj : '8.0.25', // JDBC MYSQL driver
jooq : '3.15.0', // jOOQ
jooq : '3.15.2', // jOOQ
hashids : '1.0.3', // Id hashing
failsafe : '1.1.0', // retry and circuit breakers
jsoup : '1.14.1', // DOM parsing library
Expand Down