Skip to content

Commit

Permalink
CVE-2023-5072: Upgrading the org.json:json dependency (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrabinowitz authored Oct 19, 2023
1 parent 425879c commit e9d1fef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next

* PR #1094: CVE-2023-5072: Upgrading the org.json:json dependency
* PR #1095: CVE-2023-4586: Upgrading the netty dependencies

## 0.33.0 - 2023-10-17
Expand Down
5 changes: 5 additions & 0 deletions spark-bigquery-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@
<version>2.5.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down

0 comments on commit e9d1fef

Please sign in to comment.