Skip to content

Commit

Permalink
address CVE issues (#309)
Browse files Browse the repository at this point in the history
Signed-off-by: liyuan <[email protected]>
  • Loading branch information
nvliyuan committed Jul 10, 2023
1 parent 298a24a commit a841ae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/MIG-Support/device-plugins/gpu-mig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</licenses>

<properties>
<yarn.version>3.3.0</yarn.version>
<yarn.version>3.3.6</yarn.version>
<java.version>1.8</java.version>
<maven.compiler.version>3.8.1</maven.compiler.version>
<maven.jar.plugin.version>3.2.0</maven.jar.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion examples/XGBoost-Examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.binary.version}</artifactId>
<version>3.0.5</version>
<version>3.2.15</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit a841ae8

Please sign in to comment.