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

Commit

Permalink
Update to starter version 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
xabgesagtx committed Dec 2, 2020
1 parent ce17a34 commit cc53091
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2.4.RELEASE</version>
<version>2.3.6.RELEASE</version>
<relativePath />
</parent>

Expand All @@ -40,14 +40,14 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>11</java.version>
<glassfish.version>2.29.1</glassfish.version>
<glassfish.version>2.32</glassfish.version>
</properties>

<dependencies>
<dependency>
<groupId>com.github.xabgesagtx</groupId>
<artifactId>telegram-spring-boot-starter</artifactId>
<version>0.23</version>
<version>0.24</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit cc53091

Please sign in to comment.