You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sk...@apache.org on 2022/10/17 09:08:47 UTC

[ignite-teamcity-bot] branch master updated: IGNITE-17897 Updated Slack api version. Fixes #192

This is an automated email from the ASF dual-hosted git repository.

sk0x50 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new f8ba5a0e IGNITE-17897 Updated Slack api version. Fixes #192
f8ba5a0e is described below

commit f8ba5a0eca309e47753776f01bd4b8a08de23cc9
Author: sergeyuttsel <ut...@gmail.com>
AuthorDate: Mon Oct 17 12:08:24 2022 +0300

    IGNITE-17897 Updated Slack api version. Fixes #192
    
    Signed-off-by: Slava Koptilin <sl...@gmail.com>
---
 tcbot-notify/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tcbot-notify/build.gradle b/tcbot-notify/build.gradle
index 50572062..89966f3f 100644
--- a/tcbot-notify/build.gradle
+++ b/tcbot-notify/build.gradle
@@ -22,5 +22,5 @@ dependencies {
 
     compile group: 'javax.mail', name: 'mail', version: '1.4.7'
 
-    compile group: 'com.ullink.slack', name: 'simpleslackapi', version: '1.2.0'
+    compile group: 'com.ullink.slack', name: 'simpleslackapi', version: '1.4.0'
 }