Skip to content

Commit

Permalink
Upgraded org.symphonyoss.symphony.messageml to 0.9.42 to resolve guav…
Browse files Browse the repository at this point in the history
…a security alert
  • Loading branch information
Yong Sheng Tan committed Jul 4, 2019
1 parent 994b1e4 commit 358deaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Java client is built in an event handler architecture. If you are building a
<dependency>
<groupId>com.symphony.platformsolutions</groupId>
<artifactId>symphony-api-client-java</artifactId>
<version>1.0.30</version>
<version>1.0.31</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.symphony.platformsolutions</groupId>
<artifactId>symphony-api-client-java</artifactId>
<version>1.0.30</version>
<version>1.0.31-SNAPSHOT</version>
<name>Symphony API Client</name>
<url>https://github.com/SymphonyPlatformSolutions/symphony-api-client-java</url>
<description>Symphony API Client provided by Symphony Platform Solutions team</description>
Expand Down Expand Up @@ -190,7 +190,7 @@
<dependency>
<groupId>org.symphonyoss.symphony</groupId>
<artifactId>messageml</artifactId>
<version>0.9.38</version>
<version>0.9.42</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
Expand Down

0 comments on commit 358deaf

Please sign in to comment.