Skip to content

Commit d3813f3

Browse files
committed
increased version to 4.1.7
1 parent 20e2230 commit d3813f3

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.telegram</groupId>
88
<artifactId>Bots</artifactId>
99
<packaging>pom</packaging>
10-
<version>4.1.6</version>
10+
<version>4.1.7</version>
1111

1212
<modules>
1313
<module>telegrambots</module>

telegrambots-abilities/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.telegram</groupId>
77
<artifactId>telegrambots-abilities</artifactId>
8-
<version>4.1.6</version>
8+
<version>4.1.7</version>
99
<packaging>jar</packaging>
1010

1111
<name>Telegram Ability Bot</name>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.telegram</groupId>
7676
<artifactId>telegrambots</artifactId>
77-
<version>4.1.2</version>
77+
<version>4.1.7</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.apache.commons</groupId>

telegrambots-chat-session-bot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.telegram</groupId>
77
<artifactId>telegrambots-chat-session-bot</artifactId>
8-
<version>4.1.6</version>
8+
<version>4.1.7</version>
99
<packaging>jar</packaging>
1010

1111
<name>Telegram Bots Chat Session Bot</name>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.telegram</groupId>
7575
<artifactId>telegrambots</artifactId>
76-
<version>4.1.2</version>
76+
<version>4.1.7</version>
7777
</dependency>
7878

7979
<!-- https://mvnrepository.com/artifact/org.apache.shiro/shiro-core -->

telegrambots-extensions/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.telegram</groupId>
77
<artifactId>telegrambotsextensions</artifactId>
8-
<version>4.1.6</version>
8+
<version>4.1.7</version>
99
<packaging>jar</packaging>
1010

1111
<name>Telegram Bots Extensions</name>
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.telegram</groupId>
6767
<artifactId>telegrambots</artifactId>
68-
<version>4.1.2</version>
68+
<version>4.1.7</version>
6969
</dependency>
7070
</dependencies>
7171

telegrambots-meta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.telegram</groupId>
77
<artifactId>telegrambots-meta</artifactId>
8-
<version>4.1.6</version>
8+
<version>4.1.7</version>
99
<packaging>jar</packaging>
1010

1111
<name>Telegram Bots Meta</name>

telegrambots-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.telegram</groupId>
77
<artifactId>telegrambots-spring-boot-starter</artifactId>
8-
<version>4.1.6</version>
8+
<version>4.1.7</version>
99
<packaging>jar</packaging>
1010

1111
<name>Telegram Bots Spring Boot Starter</name>

telegrambots/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.telegram</groupId>
77
<artifactId>telegrambots</artifactId>
8-
<version>4.1.6</version>
8+
<version>4.1.7</version>
99
<packaging>jar</packaging>
1010

1111
<name>Telegram Bots</name>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>org.telegram</groupId>
8686
<artifactId>telegrambots-meta</artifactId>
87-
<version>4.1.2</version>
87+
<version>4.1.7</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)