aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-06-07 19:01:40 +0300
committerGravatar Vitaly Takmazov2016-06-07 19:01:40 +0300
commit904a06d013f999e98724b222e6a4b48f68ddf32f (patch)
tree57cb5e67c80b9e28152f7171b56862228617a9fb /build.gradle
parentf2d66113d764f81d58905256a0f74e4f2ebd19f0 (diff)
fix indentation and update telegram library
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index d11187c4..0d69481d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -53,7 +53,7 @@ dependencies {
compile "org.springframework:spring-jdbc:4.2.6.RELEASE"
providedCompile 'javax.servlet:javax.servlet-api:3.1.0'
compile 'javax.inject:javax.inject:1'
- compile 'com.github.pengrad:java-telegram-bot-api:2.0.1'
+ compile 'com.github.pengrad:java-telegram-bot-api:2.1.1'
compile 'com.neovisionaries:nv-websocket-client:1.27'
runtime 'mysql:mysql-connector-java:5.1.39'
testCompile 'junit:junit:4.12'