aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-05-23 13:18:21 +0200
committerTharre <tharre3@gmail.com>2018-05-23 13:18:21 +0200
commita6b6eb25425a103ba49ea4ef16265aaf38181935 (patch)
tree9f1c214734f6eb1a5792200fec38fc80ff116c56 /pom.xml
parentd980f26121360ab7dacf7f482c9e85fb5ef43b0b (diff)
downloadsepm-groupproject-a6b6eb25425a103ba49ea4ef16265aaf38181935.tar.gz
sepm-groupproject-a6b6eb25425a103ba49ea4ef16265aaf38181935.tar.xz
sepm-groupproject-a6b6eb25425a103ba49ea4ef16265aaf38181935.zip
Work around H2 bug in operation.list()
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>