Skip to content

Commit 6ee48b5

Browse files
authored
Merge pull request #110 from messagebird/updateJacksonLibVersion
updated libs regardings #109Issue
2 parents 166ce6f + b5aef3e commit 6ee48b5

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

api/pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,12 @@
8383
<dependency>
8484
<groupId>com.fasterxml.jackson.core</groupId>
8585
<artifactId>jackson-annotations</artifactId>
86-
<version>2.10.0</version>
86+
<version>2.11.0</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>com.fasterxml.jackson.core</groupId>
9090
<artifactId>jackson-databind</artifactId>
91-
<version>2.10.0</version>
92-
</dependency>
93-
<dependency>
94-
<groupId>com.fasterxml.jackson.dataformat</groupId>
95-
<artifactId>jackson-dataformat-csv</artifactId>
96-
<version>2.10.0</version>
91+
<version>2.11.0</version>
9792
</dependency>
9893
<dependency>
9994
<groupId>junit</groupId>

api/src/main/java/com/messagebird/objects/MClassType.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public Integer toJson() {
3030
return getValue();
3131
}
3232

33-
@JsonCreator
3433
public static MClassType forValue(String value) {
3534
if ("0".equals(value)) {
3635
return flash;

0 commit comments

Comments
 (0)