Skip to content

Commit afa9578

Browse files
davidheryantofeast-ci-bot
authored andcommitted
Update library version to fix security vulnerabilities in dependencies (#198)
1 parent a27abcd commit afa9578

File tree

8 files changed

+2614
-12834
lines changed

8 files changed

+2614
-12834
lines changed

core/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
</execution>
108108
</executions>
109109
<configuration>
110-
<nodeVersion>v9.9.0</nodeVersion>
111-
<yarnVersion>v1.13.0</yarnVersion>
110+
<nodeVersion>v10.15.3</nodeVersion>
111+
<yarnVersion>v1.16.0</yarnVersion>
112112
<workingDirectory>../ui</workingDirectory>
113113
<installDirectory>target</installDirectory>
114114
</configuration>
@@ -273,22 +273,22 @@
273273
<dependency>
274274
<groupId>com.fasterxml.jackson.core</groupId>
275275
<artifactId>jackson-databind</artifactId>
276-
<version>2.9.8</version>
276+
<version>2.9.9</version>
277277
</dependency>
278278
<dependency>
279279
<groupId>com.fasterxml.jackson.core</groupId>
280280
<artifactId>jackson-core</artifactId>
281-
<version>2.9.8</version>
281+
<version>2.9.9</version>
282282
</dependency>
283283
<dependency>
284284
<groupId>com.fasterxml.jackson.core</groupId>
285285
<artifactId>jackson-annotations</artifactId>
286-
<version>2.9.8</version>
286+
<version>2.9.9</version>
287287
</dependency>
288288
<dependency>
289289
<groupId>com.fasterxml.jackson.dataformat</groupId>
290290
<artifactId>jackson-dataformat-yaml</artifactId>
291-
<version>2.9.8</version>
291+
<version>2.9.9</version>
292292
</dependency>
293293

294294
<!--compile 'com.github.spullara.mustache.java:compiler:0.9.5'-->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<name>Feast Parent</name>
2525

2626
<properties>
27-
<revision>0.1.0</revision>
27+
<revision>0.1.1</revision>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2929
<protocVersion>3.6.1</protocVersion>
3030
<grpcVersion>1.14.0</grpcVersion>

0 commit comments

Comments
 (0)