File tree Expand file tree Collapse file tree
telegrambots-springboot-longpolling-starter
telegrambots-springboot-webhook-starter
telegrambots-test-reports Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <groupId >org.telegram</groupId >
88 <artifactId >Bots</artifactId >
99 <packaging >pom</packaging >
10- <version >7.4.1 </version >
10+ <version >7.4.2 </version >
1111
1212 <modules >
1313 <module >telegrambots-meta</module >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.telegram</groupId >
99 <artifactId >Bots</artifactId >
10- <version >7.4.1 </version >
10+ <version >7.4.2 </version >
1111 </parent >
1212
1313 <artifactId >telegrambots-abilities</artifactId >
104104 <dependency >
105105 <groupId >org.telegram</groupId >
106106 <artifactId >telegrambots-webhook</artifactId >
107- <version >7.4.1 </version >
107+ <version >7.4.2 </version >
108108 </dependency >
109109 <dependency >
110110 <groupId >org.telegram</groupId >
111111 <artifactId >telegrambots-longpolling</artifactId >
112- <version >7.4.1 </version >
112+ <version >7.4.2 </version >
113113 </dependency >
114114
115115 <dependency >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.telegram</groupId >
99 <artifactId >Bots</artifactId >
10- <version >7.4.1 </version >
10+ <version >7.4.2 </version >
1111 </parent >
1212
1313 <name >Telegram Bots Client</name >
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ Just import add the library to your project with one of these options:
1616 <dependency >
1717 <groupId >org.telegram</groupId >
1818 <artifactId >telegrambots-extensions</artifactId >
19- <version >7.4.1 </version >
19+ <version >7.4.2 </version >
2020 </dependency >
2121```
2222
2323 2 . Using Gradle:
2424
2525``` gradle
26- implementation 'org.telegram:telegrambots-extensions:7.4.1 '
26+ implementation 'org.telegram:telegrambots-extensions:7.4.2 '
2727```
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.telegram</groupId >
99 <artifactId >Bots</artifactId >
10- <version >7.4.1 </version >
10+ <version >7.4.2 </version >
1111 </parent >
1212
1313 <artifactId >telegrambots-extensions</artifactId >
8989 <dependency >
9090 <groupId >org.telegram</groupId >
9191 <artifactId >telegrambots-webhook</artifactId >
92- <version >7.4.1 </version >
92+ <version >7.4.2 </version >
9393 </dependency >
9494 <dependency >
9595 <groupId >org.telegram</groupId >
9696 <artifactId >telegrambots-longpolling</artifactId >
97- <version >7.4.1 </version >
97+ <version >7.4.2 </version >
9898 </dependency >
9999
100100 <dependency >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.telegram</groupId >
88 <artifactId >Bots</artifactId >
9- <version >7.4.1 </version >
9+ <version >7.4.2 </version >
1010 </parent >
1111
1212 <artifactId >telegrambots-longpolling</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.telegram</groupId >
99 <artifactId >Bots</artifactId >
10- <version >7.4.1 </version >
10+ <version >7.4.2 </version >
1111 </parent >
1212
1313 <artifactId >telegrambots-meta</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.telegram</groupId >
99 <artifactId >Bots</artifactId >
10- <version >7.4.1 </version >
10+ <version >7.4.2 </version >
1111 </parent >
1212
1313 <artifactId >telegrambots-springboot-longpolling-starter</artifactId >
7171 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
7272 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
7373
74- <telegrambots .version>7.4.1 </telegrambots .version>
74+ <telegrambots .version>7.4.2 </telegrambots .version>
7575 <spring .version>3.2.3</spring .version>
7676 </properties >
7777
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.telegram</groupId >
88 <artifactId >Bots</artifactId >
9- <version >7.4.1 </version >
9+ <version >7.4.2 </version >
1010 </parent >
1111
1212 <artifactId >telegrambots-springboot-webhook-starter</artifactId >
7171 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
7272 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
7373
74- <telegrambots .version>7.4.1 </telegrambots .version>
74+ <telegrambots .version>7.4.2 </telegrambots .version>
7575 <spring .version>3.2.3</spring .version>
7676 <jackson .version>2.16.1</jackson .version>
7777 </properties >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.telegram</groupId >
88 <artifactId >Bots</artifactId >
9- <version >7.4.1 </version >
9+ <version >7.4.2 </version >
1010 </parent >
1111
1212 <artifactId >telegrambots-test-reports</artifactId >
You can’t perform that action at this time.
0 commit comments