Skip to content

Commit

Permalink
[Security] Bump org.json:json due to CVE-2022-45688 (apache#28962)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvolpato authored and Kanishk Karanawat committed Oct 21, 2023
1 parent 0aa9020 commit 1f0a07f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ class BeamModulePlugin implements Plugin<Project> {
def jackson_version = "2.14.1"
def jaxb_api_version = "2.3.3"
def jsr305_version = "3.0.2"
def everit_json_version = "1.14.1"
def everit_json_version = "1.14.2"
def kafka_version = "2.4.1"
def log4j2_version = "2.20.0"
def nemo_version = "0.1"
Expand Down Expand Up @@ -809,7 +809,7 @@ class BeamModulePlugin implements Plugin<Project> {
joda_time : "joda-time:joda-time:2.10.10",
jsonassert : "org.skyscreamer:jsonassert:1.5.0",
jsr305 : "com.google.code.findbugs:jsr305:$jsr305_version",
json_org : "org.json:json:20220320", // Keep in sync with everit-json-schema / google_cloud_platform_libraries_bom transitive deps.
json_org : "org.json:json:20230618", // Keep in sync with everit-json-schema / google_cloud_platform_libraries_bom transitive deps.
everit_json_schema : "com.github.erosb:everit-json-schema:${everit_json_version}",
junit : "junit:junit:4.13.1",
jupiter_api : "org.junit.jupiter:junit-jupiter-api:$jupiter_version",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* }</pre>
*
* <p><b>Note:</b> This functionality has been tested with {@code everit-json-schema} version
* 1.14.1.
* 1.14.2.
*
* <h3>JSON-Schema supported features</h3>
*
Expand Down

0 comments on commit 1f0a07f

Please sign in to comment.