Skip to content

Commit

Permalink
Stat fix (#1060)
Browse files Browse the repository at this point in the history

* Updated the gson and xerces versions

Co-authored-by: rajesh-kum-kalyankar <[email protected]>
  • Loading branch information
KalyankarRajesh and rajesh-kum-kalyankar authored Jul 22, 2022
1 parent 28e49f3 commit 935bcd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cs-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.1</version>
<version>2.12.2</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.7</version>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>javax.xml.parsers</groupId>
Expand Down

0 comments on commit 935bcd4

Please sign in to comment.