diff options
author | Vitaly Takmazov | 2019-04-29 17:43:59 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-04-29 17:43:59 +0300 |
commit | 6600ac2ea29a8ccc6a2f23814f3179f0f6d45cfd (patch) | |
tree | 6981f36098a144c58351d829549be81e18a58dd5 | |
parent | f148f16ac82815f65f0b4ff44e1b2184ec0da0b0 (diff) |
Update deps
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 6d1ff872..25ea5a61 100644 --- a/build.gradle +++ b/build.gradle @@ -152,13 +152,13 @@ dependencies { compile 'org.flywaydb:flyway-core:5.2.4' runtime 'org.mariadb.jdbc:mariadb-java-client:2.4.1' - runtime 'net.java.dev.jna:jna:5.3.0' - runtime 'net.java.dev.jna:jna-platform:5.3.0' + runtime 'net.java.dev.jna:jna:5.3.1' + runtime 'net.java.dev.jna:jna-platform:5.3.1' runtime 'com.h2database:h2:1.4.199' runtime "commons-fileupload:commons-fileupload:1.4" compile 'com.github.ooxi:serialized-php-parser:0.5.0' - compile 'io.pebbletemplates:pebble-spring5:3.0.8' + compile 'io.pebbletemplates:pebble-spring5:3.0.9' compile 'com.atlassian.commonmark:commonmark:0.12.1' compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.12.1' compile 'org.tomitribe:tomitribe-http-signatures:1.3' |