Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Use telegram bots 4.6, java 11 and spring boot 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xabgesagtx committed Jan 28, 2020
1 parent 60d31d0 commit 08a44ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: java
jdk:
- oraclejdk8
- openjdk11
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ The starter is available at maven central. Just add the following dependency to
<dependency>
<groupId>com.github.xabgesagtx</groupId>
<artifactId>telegram-spring-boot-starter</artifactId>
<version>0.19</version>
<version>0.21</version>
</dependency>
```

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.:
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.4.RELEASE</version>
<version>2.2.4.RELEASE</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -50,8 +50,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<glassfish.version>2.25.1</glassfish.version>
<java.version>11</java.version>
<glassfish.version>2.29.1</glassfish.version>
</properties>

<dependencies>
Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots</artifactId>
<version>4.2</version>
<version>4.6</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 08a44ed

Please sign in to comment.