diff options
author | Vitaly Takmazov | 2019-11-13 13:11:56 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-11-13 13:11:56 +0300 |
commit | 96b6ba674a0af4a9934b53fd5c63a5e969127156 (patch) | |
tree | c7bb2090d0cf25b68cecb445f918cccf2537f6d8 /build.gradle | |
parent | 07659c8302fdaa8b4ce0e8d6a5b030f588b00fc0 (diff) |
h2database 1.4.200
Now it needs MySQL mode explicitly
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 15d0a231..17bd948a 100644 --- a/build.gradle +++ b/build.gradle @@ -168,7 +168,7 @@ dependencies { runtime 'org.mariadb.jdbc:mariadb-java-client:2.5.1' runtime 'net.java.dev.jna:jna:5.5.0' runtime 'net.java.dev.jna:jna-platform:5.5.0' - runtime 'com.h2database:h2:1.4.199' + runtime 'com.h2database:h2:1.4.200' compile 'com.github.ooxi:serialized-php-parser:0.5.0' compile 'io.pebbletemplates:pebble-spring5:3.1.0' |