Merge pull request #761 from b1sar/master

Update README.md
This commit is contained in:
Ruben Bermudez 2020-07-11 15:50:37 +01:00 committed by GitHub
commit 427f1ee8d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ Feel free to create issues [here](https://github.com/rubenlagus/TelegramBots/iss
## Powered by Intellij ## Powered by Intellij
<p align="center"> <p align="center">
<a href="https://www.jetbrains.com"><img src="jetbrains.png" width="75"></a> <a href="https://www.jetbrains.com/?from=TelegramBots"><img src="jetbrains.png" width="75"></a>
</p> </p>

View File

@ -18,14 +18,14 @@ Usage
<dependency> <dependency>
<groupId>org.telegram</groupId> <groupId>org.telegram</groupId>
<artifactId>telegrambots-spring-boot-starter</artifactId> <artifactId>telegrambots-spring-boot-starter</artifactId>
<version>4.1.2</version> <version>4.9</version>
</dependency> </dependency>
``` ```
**Gradle** **Gradle**
```gradle ```gradle
compile "org.telegram:telegrambots-spring-boot-starter:4.1.2" compile "org.telegram:telegrambots-spring-boot-starter:4.9"
``` ```
Motivation Motivation