Skip to content

Commit 2cb6049

Browse files
Updated dependency to rocketchat-outgoing-webhook-server to fix a bug where an invalid response would cause Rocket.Chat to continuously retry.
1 parent bda54e7 commit 2cb6049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
dependency 'joda-time:joda-time:1.6.2'
3939
dependency 'org.apache.httpcomponents:httpmime:4.5.3'
4040
}
41-
compile 'com.github.gustavkarlsson:rocketchat-outgoing-webhook-server:3.2.0'
41+
compile 'com.github.gustavkarlsson:rocketchat-outgoing-webhook-server:3.2.1'
4242
compile 'com.atlassian.fugue:fugue:2.6.1'
4343
compile 'ch.qos.logback:logback-classic:1.2.3'
4444
compile 'org.apache.commons:commons-lang3:3.6'

0 commit comments

Comments
 (0)