diff options
Diffstat (limited to 'backend/build.gradle')
-rw-r--r-- | backend/build.gradle | 2 |
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 { |