Open zhanghzong opened 4 months ago
Please update to 7.0 and check if the issue persists
I have found push versions 7.0 and above in the Maven central warehouse.
If I just reference the Maven package. So there's no problem
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots-longpolling</artifactId>
<version>7.2.0</version>
</dependency>
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots-webhook</artifactId>
<version>7.2.0</version>
</dependency>
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots-client</artifactId>
<version>7.2.0</version>
</dependency>
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots-extensions</artifactId>
<version>7.2.0</version>
</dependency>
Could you please take a look at the specific version number used? Thank you.
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots</artifactId>
<version>???</version>
</dependency>
There was a big refactoring and telegrambots dependency is now gone, see https://rubenlagus.github.io/TelegramBotsDocumentation/how-to-update-7.html