diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-12-13 09:33:04 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-12-13 09:33:04 +0100 |
commit | ada57605a8127ee25cbb6c2999addf721ab17db1 (patch) | |
tree | c6e34d0af4ef9b5c796fb14c4dbcfaa2bbc3be2c /id/server/idserverlib/pom.xml | |
parent | 6bcda4bc120c743bab2296c72b22d1db0ba4ccfc (diff) | |
download | moa-id-spss-ada57605a8127ee25cbb6c2999addf721ab17db1.tar.gz moa-id-spss-ada57605a8127ee25cbb6c2999addf721ab17db1.tar.bz2 moa-id-spss-ada57605a8127ee25cbb6c2999addf721ab17db1.zip |
fix problem with old Redis library
fix configuration GUI
Diffstat (limited to 'id/server/idserverlib/pom.xml')
-rw-r--r-- | id/server/idserverlib/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 39f6068e4..02069517c 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -509,7 +509,7 @@ <groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<!-- version>3.0.1</version -->
- <version>2.10.2</version>
+ <version>3.1.0</version>
</dependency>
<!-- <dependency>
|