Skip to content

Commit

Permalink
Update library version to fix security vulnerabilities in dependencies (
Browse files Browse the repository at this point in the history
  • Loading branch information
davidheryanto authored and feast-ci-bot committed May 24, 2019
1 parent a27abcd commit afa9578
Show file tree
Hide file tree
Showing 8 changed files with 2,614 additions and 12,834 deletions.
12 changes: 6 additions & 6 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
</execution>
</executions>
<configuration>
<nodeVersion>v9.9.0</nodeVersion>
<yarnVersion>v1.13.0</yarnVersion>
<nodeVersion>v10.15.3</nodeVersion>
<yarnVersion>v1.16.0</yarnVersion>
<workingDirectory>../ui</workingDirectory>
<installDirectory>target</installDirectory>
</configuration>
Expand Down Expand Up @@ -273,22 +273,22 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
<version>2.9.9</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.8</version>
<version>2.9.9</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.8</version>
<version>2.9.9</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.9.8</version>
<version>2.9.9</version>
</dependency>

<!--compile 'com.github.spullara.mustache.java:compiler:0.9.5'-->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<name>Feast Parent</name>

<properties>
<revision>0.1.0</revision>
<revision>0.1.1</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<protocVersion>3.6.1</protocVersion>
<grpcVersion>1.14.0</grpcVersion>
Expand Down
Loading

0 comments on commit afa9578

Please sign in to comment.