fix and up version

This commit is contained in:
2022-09-24 14:13:50 +03:00
parent 7270a34e97
commit f136aefe31
3 changed files with 27 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>ru.penkrat.stbf</groupId>
<artifactId>stbf-parent</artifactId>
<version>0.0.1</version>
<version>0.0.1.1</version>
</parent>
<artifactId>stbf-pengrad</artifactId>
@@ -21,7 +21,7 @@
<dependency>
<groupId>com.github.pengrad</groupId>
<artifactId>java-telegram-bot-api</artifactId>
<version>[4.9.0,5.2.0]</version>
<version>6.2.0</version>
</dependency>
</dependencies>