Skip to content

Commit

Permalink
New Release + Security Fix (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyma authored Jun 3, 2021
1 parent 51600f8 commit 415d85e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
5 changes: 2 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
<parent>
<groupId>com.salesforce.slds</groupId>
<artifactId>common</artifactId>
<version>0.0.9</version>
<version>0.0.10</version>
</parent>

<groupId>com.salesforce.slds</groupId>
<artifactId>core</artifactId>
<version>0.0.9</version>
<version>0.0.10</version>

<dependencies>
<dependency>
Expand Down
9 changes: 4 additions & 5 deletions lsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,23 @@
<parent>
<groupId>com.salesforce.slds</groupId>
<artifactId>common</artifactId>
<version>0.0.9</version>
<version>0.0.10</version>
</parent>

<groupId>com.salesforce.slds</groupId>
<artifactId>lsp</artifactId>
<version>0.0.9</version>
<version>0.0.10</version>

<dependencies>
<!-- Google Collection -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-jre</version>
<version>30.1.1-jre</version>
</dependency>
<dependency>
<groupId>com.salesforce.slds</groupId>
<artifactId>core</artifactId>
<version>0.0.9</version>
<version>0.0.10</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.salesforce.slds</groupId>
<artifactId>common</artifactId>
<packaging>pom</packaging>
<version>0.0.9</version>
<version>0.0.10</version>

<modules>
<module>core</module>
Expand Down

0 comments on commit 415d85e

Please sign in to comment.