diff options
-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' |