Skip to content

Commit

Permalink
Upgrade vulnerable transitive deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zzuljin committed Dec 23, 2024
1 parent c1bfdaa commit aaf6fe7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions hadoop/stable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,33 @@
<version>1.0</version>
<scope>test</scope>
</dependency>

<!-- transitive deps upgrades -->
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-placeholders</artifactId>
<version>2.10.0</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit aaf6fe7

Please sign in to comment.