summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey BION <joffrey.bion@gmail.com>2017-07-08 18:40:25 +0200
committerJoffrey BION <joffrey.bion@gmail.com>2017-07-08 18:40:25 +0200
commit45b45e9f645934094d2aa43b78e27c6d93bdf2d6 (patch)
tree1c38787eb3bf70ee7e83f0b25e8944eab1af75c1
parentUpdate spring boot gradle plugin (diff)
downloadseven-wonders-45b45e9f645934094d2aa43b78e27c6d93bdf2d6.tar.gz
seven-wonders-45b45e9f645934094d2aa43b78e27c6d93bdf2d6.tar.bz2
seven-wonders-45b45e9f645934094d2aa43b78e27c6d93bdf2d6.zip
Update jackstomp to 1.1.0
-rw-r--r--backend/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/build.gradle b/backend/build.gradle
index 68eb3c86..5193f0cb 100644
--- a/backend/build.gradle
+++ b/backend/build.gradle
@@ -25,7 +25,7 @@ dependencies {
compile 'org.springframework.security:spring-security-core:4.2.0.RELEASE'
testCompile 'org.springframework.boot:spring-boot-starter-test'
- testCompile 'org.hildan.jackstomp:jackstomp:1.0.1'
+ testCompile 'org.hildan.jackstomp:jackstomp:1.1.0'
}
checkstyle {
bgstack15