diff options
author | Joffrey BION <joffrey.bion@gmail.com> | 2017-09-24 22:55:27 +0200 |
---|---|---|
committer | Joffrey BION <joffrey.bion@gmail.com> | 2017-09-24 22:56:06 +0200 |
commit | 4d1cabf71c4112dded70707dda6d81eee5daaf20 (patch) | |
tree | 7bb676e4dc529d07be75700d71bd64b64e6a95d9 | |
parent | Fix frontend build on windows using cross-env (diff) | |
download | seven-wonders-4d1cabf71c4112dded70707dda6d81eee5daaf20.tar.gz seven-wonders-4d1cabf71c4112dded70707dda6d81eee5daaf20.tar.bz2 seven-wonders-4d1cabf71c4112dded70707dda6d81eee5daaf20.zip |
Upgrade to Livedoc 1.2.0
-rw-r--r-- | backend/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/build.gradle b/backend/build.gradle index a4526fb9..d0a48095 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -18,8 +18,8 @@ repositories { dependencies { compile 'com.google.code.gson:gson:2.8.0' compile 'ch.qos.logback:logback-classic:1.1.8' - compile 'org.hildan.livedoc:livedoc-springboot:1.0.2' - compile 'org.hildan.livedoc:livedoc-ui-webjar:1.0.2' + compile 'org.hildan.livedoc:livedoc-springboot:1.2.0' + compile 'org.hildan.livedoc:livedoc-ui-webjar:1.2.0' compile 'org.springframework.boot:spring-boot-starter-websocket' compile 'org.springframework.security:spring-security-core:4.2.0.RELEASE' |