diff --git a/.travis.yml b/.travis.yml index 9bcf999..94d2a22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: java jdk: - - oraclejdk8 + - openjdk11 diff --git a/Readme.md b/Readme.md index 3a4abde..61a0308 100644 --- a/Readme.md +++ b/Readme.md @@ -11,13 +11,13 @@ The starter is available at maven central. Just add the following dependency to com.github.xabgesagtx telegram-spring-boot-starter - 0.19 + 0.21 ``` For gradle users just add this to your dependencies: ```groovy -compile('com.github.xabgesagtx:telegram-spring-boot-starter:0.19') +compile('com.github.xabgesagtx:telegram-spring-boot-starter:0.21') ``` The only thing you need to do after adding the dependency is to create a bean for a bot. E.g.: diff --git a/pom.xml b/pom.xml index 5a341de..06479f4 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.4.RELEASE + 2.2.4.RELEASE @@ -50,8 +50,8 @@ UTF-8 - 1.8 - 2.25.1 + 11 + 2.29.1 @@ -63,7 +63,7 @@ org.telegram telegrambots - 4.2 + 4.6