Skip to content

Commit

Permalink
fix high Vulnerabilities protobuf-java & akka.http (intel#4115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng authored Feb 25, 2022
1 parent b2f48a0 commit b29039d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions scala/dllib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.4.0</version>
<version>3.19.2</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down Expand Up @@ -290,7 +290,13 @@
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>proto</artifactId>
<version>1.15.0</version>
<version>1.15.0</version>
<exclusions>
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>log4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion scala/serving/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>jar</packaging>

<properties>
<akka.http.version>10.1.11</akka.http.version>
<akka.http.version>10.1.15</akka.http.version>
<akka.actor.version>2.5.26</akka.actor.version>
<spark-scope>compile</spark-scope>
</properties>
Expand Down

0 comments on commit b29039d

Please sign in to comment.