Skip to content

Commit

Permalink
Merge pull request #119 from yvasyliev/118-numberformatexception
Browse files Browse the repository at this point in the history
Fixed #118
  • Loading branch information
yvasyliev committed Aug 18, 2022
2 parents 6be3f34 + 559e990 commit 70d4280
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This library uses the next third-party dependencies:
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>java-vk-bots-longpoll-api</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
</dependency>
```
4. Extend `LongPollBot` class and override necessary methods:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.github.yvasyliev</groupId>
<artifactId>java-vk-bots-longpoll-api</artifactId>
<packaging>jar</packaging>
<version>3.4.1</version>
<version>3.4.2</version>
<name>Java VK Bots Long Poll API</name>
<description>A Java library to create VK bots using Bots Long Poll API</description>
<url>https://github.com/yvasyliev/java-vk-bots-long-poll-api</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ public static class Comments {
* Whether communities can comment this post.
*/
@SerializedName("groups_can_post")
@JsonAdapter(BoolIntDeserializer.class)
private Boolean groupsCanPost;

/**
Expand Down

0 comments on commit 70d4280

Please sign in to comment.