Skip to content
Snippets Groups Projects
Commit be976d52 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Bump CouchDB4J

This fixes a critical bug introduced in commit
1eaebde0 which lead to premature
deletion of guest sessions caused by incorrect type handling.
parent 0b99da11
Branches
Tags
No related merge requests found
Pipeline #10399 passed with stages
in 3 minutes and 26 seconds
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
<dependency> <dependency>
<groupId>de.thm.couchdb4j</groupId> <groupId>de.thm.couchdb4j</groupId>
<artifactId>couchdb4j</artifactId> <artifactId>couchdb4j</artifactId>
<version>0.9</version> <version>0.10</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment