summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2018-01-29 17:21:31 +0100
committerSimon Rettberg2018-01-29 17:21:31 +0100
commitf15ca29f21911d57bcd05928610cc02797f28577 (patch)
treefbf8b8da429ae905bb5940a362583a0f1ea7dd4d /dozentenmodul/pom.xml
parent[client] Fix endless stream of exceptions in specific Linux setups (diff)
downloadtutor-module-f15ca29f21911d57bcd05928610cc02797f28577.tar.gz
tutor-module-f15ca29f21911d57bcd05928610cc02797f28577.tar.xz
tutor-module-f15ca29f21911d57bcd05928610cc02797f28577.zip
[client] Fix NPE with JDatePicker (by updating it)
Fixes #3292
Diffstat (limited to 'dozentenmodul/pom.xml')
-rw-r--r--dozentenmodul/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml
index e744dd48..db83054e 100644
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -186,9 +186,9 @@
<version>2.9.9</version>
</dependency>
<dependency>
- <groupId>org.jdatepicker</groupId>
- <artifactId>jdatepicker</artifactId>
- <version>1.3.4</version>
+ <groupId>io.github.lzh0379</groupId>
+ <artifactId>jdatepicker</artifactId>
+ <version>2.0.3</version>
</dependency>
<dependency>
<groupId>org.openslx</groupId>