aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFelix Kehrer <felix.kehrer@gmail.com>2018-05-23 12:25:51 +0200
committerFelix Kehrer <felix.kehrer@gmail.com>2018-05-23 12:25:51 +0200
commitd13cee465d399895668a88edc34a30a4d0a380c5 (patch)
tree8367d590ba1500402fcf914890f2a78f3b522203 /pom.xml
parent694c5f3e6b5b260298af91a6d9d1b63dbc9e6231 (diff)
downloadsepm-groupproject-d13cee465d399895668a88edc34a30a4d0a380c5.tar.gz
sepm-groupproject-d13cee465d399895668a88edc34a30a4d0a380c5.tar.xz
sepm-groupproject-d13cee465d399895668a88edc34a30a4d0a380c5.zip
Fix problem where listing operations would throw exception, downgrading h2 to 1.4.196 because of bug in .197 #24993
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 78dbb4c..5f30fff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<slf4j.version>1.8.0-beta2</slf4j.version>
<auto-value.version>1.6</auto-value.version>
<!-- runtime dependencies -->
- <h2.version>1.4.197</h2.version>
+ <h2.version>1.4.196</h2.version>
<logback.version>1.3.0-alpha4</logback.version>
<!-- test dependencies -->
<junit.version>4.12</junit.version>