Skip to content

Commit

Permalink
fix dependabot alerts (#5207)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Sep 27, 2024
1 parent b2fbce8 commit e00474f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion scala/dllib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.2</version>
<version>[3.25.5,)</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down
2 changes: 1 addition & 1 deletion scala/friesian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.2</version>
<version>[3.25.5,)</version>
<scope>${serving.scope}</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions scala/orca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>3.2.4</version>
<version>[3.4.0,)</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -215,7 +215,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.2</version>
<version>[3.25.5,)</version>
<scope>${spark-scope}</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion scala/ppml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.2</version>
<version>[3.25.5,)</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down
4 changes: 2 additions & 2 deletions scala/serving/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.2</version>
<version>[3.25.5,)</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>3.2.4</version>
<version>[3.4.0,)</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit e00474f

Please sign in to comment.