aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index a5dded2c..acaaf0f2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -160,7 +160,7 @@ dependencies {
runtime 'org.mariadb.jdbc:mariadb-java-client:2.3.0'
runtime 'net.java.dev.jna:jna:5.2.0'
runtime 'net.java.dev.jna:jna-platform:5.2.0'
- runtime 'com.h2database:h2:1.4.198'
+ runtime 'com.h2database:h2:1.4.199'
runtime "commons-fileupload:commons-fileupload:1.4"
compile 'com.github.ooxi:serialized-php-parser:0.5.0'
@@ -168,7 +168,6 @@ dependencies {
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.1'
- compile 'com.squareup.okhttp3:okhttp:3.11.0'
compile 'com.google.api-client:google-api-client:1.28.0'
compile "com.kotcrab.remark:remark:1.0.0"