File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ Java library for interacting with [Telegram Bot API](https://core.telegram.org/b
1313
1414Gradle:
1515``` groovy
16- implementation 'com.github.pengrad:java-telegram-bot-api:7.4 .0'
16+ implementation 'com.github.pengrad:java-telegram-bot-api:7.6 .0'
1717```
1818Maven:
1919``` xml
2020<dependency >
2121 <groupId >com.github.pengrad</groupId >
2222 <artifactId >java-telegram-bot-api</artifactId >
23- <version >7.4 .0</version >
23+ <version >7.6 .0</version >
2424</dependency >
2525```
2626[ JAR with all dependencies on release page] ( https://github.com/pengrad/java-telegram-bot-api/releases )
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ Java библиотека, созданная для работы с [Telegram B
1313
1414Gradle:
1515``` groovy
16- implementation 'com.github.pengrad:java-telegram-bot-api:7.4 .0'
16+ implementation 'com.github.pengrad:java-telegram-bot-api:7.6 .0'
1717```
1818Maven:
1919``` xml
2020<dependency >
2121 <groupId >com.github.pengrad</groupId >
2222 <artifactId >java-telegram-bot-api</artifactId >
23- <version >7.4 .0</version >
23+ <version >7.6 .0</version >
2424</dependency >
2525```
2626Также JAR со всеми зависимостями можно найти [ в релизах] ( https://github.com/pengrad/java-telegram-bot-api/releases ) .
Original file line number Diff line number Diff line change 11GROUP =com.github.pengrad
2- VERSION_NAME =7.4 .0
2+ VERSION_NAME =7.6 .0
33
44POM_DESCRIPTION =Java API for Telegram Bot API
55POM_URL =https://github.com/pengrad/java-telegram-bot-api/
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
2+ <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
44 <!-- This module was also published with a richer model, Gradle metadata, -->
55 <!-- which should be used instead. Do not delete the following line which -->
99 <modelVersion >4.0.0</modelVersion >
1010 <groupId >com.github.pengrad</groupId >
1111 <artifactId >java-telegram-bot-api</artifactId >
12- <version >7.4 .0</version >
12+ <version >7.6 .0</version >
1313 <name >JavaTelegramBotApi</name >
1414 <description >Java API for Telegram Bot API</description >
1515 <url >https://github.com/pengrad/java-telegram-bot-api/</url >
You can’t perform that action at this time.
0 commit comments