summaryrefslogtreecommitdiff
path: root/backend/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'backend/build.gradle')
-rw-r--r--backend/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/build.gradle b/backend/build.gradle
index 6c733559..af5ed8e2 100644
--- a/backend/build.gradle
+++ b/backend/build.gradle
@@ -65,7 +65,7 @@ dependencies {
annotationProcessor 'org.hildan.livedoc:livedoc-javadoc-processor:4.3.2'
testCompile 'org.springframework.boot:spring-boot-starter-test'
- testCompile 'org.hildan.jackstomp:jackstomp:1.1.0'
+ testCompile 'org.hildan.jackstomp:jackstomp:2.0.0'
checkstyleConfig 'org.hildan.checkstyle:checkstyle-config:2.1.0'
}
bgstack15