From be976d52daf470f1f15afe2c8c24f9457c705583 Mon Sep 17 00:00:00 2001
From: Daniel Gerhardt <code@dgerhardt.net>
Date: Thu, 2 Nov 2017 19:58:29 +0100
Subject: [PATCH] Bump CouchDB4J

This fixes a critical bug introduced in commit
1eaebde0054ce44a70c0c6d76e0243c460fe06fe which lead to premature
deletion of guest sessions caused by incorrect type handling.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 135ab85ef..81e69b42e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@
 		<dependency>
 			<groupId>de.thm.couchdb4j</groupId>
 			<artifactId>couchdb4j</artifactId>
-			<version>0.9</version>
+			<version>0.10</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.servlet</groupId>
-- 
GitLab