From 1eaebde0054ce44a70c0c6d76e0243c460fe06fe Mon Sep 17 00:00:00 2001
From: Daniel Gerhardt <code@dgerhardt.net>
Date: Thu, 17 Aug 2017 16:02:00 +0200
Subject: [PATCH] Bump CouchDB4J

Our version of CouchDB4J has been updated to fix and improve type
handling for database keys. Strings are no longer converted implicitly
to integers or booleans based on their content. This lead to bugs if key
and property values were compared.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a53f1e559..55a3aa9a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
 		<dependency>
 			<groupId>de.thm.couchdb4j</groupId>
 			<artifactId>couchdb4j</artifactId>
-			<version>0.7</version>
+			<version>0.8</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.servlet</groupId>
-- 
GitLab