Skip to content

Commit

Permalink
Chore(deps): Patch CVE-2022-45688 vulnerability (#87)
Browse files Browse the repository at this point in the history
* org.json:json dependency to 20230227
  • Loading branch information
v3ctor authored Feb 16, 2024
1 parent 72a10fd commit 13ff010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ idea {
sourceSets.main.java.srcDirs = ['java']

dependencies {
implementation 'org.json:json:20220320'
implementation 'org.json:json:20230227'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation project(':main')
}
Expand All @@ -41,4 +41,4 @@ task runWithJavaExec(type: JavaExec) {
description = "Run the main class with JavaExecTask"
classpath = sourceSets.main.runtimeClasspath
main = "com.amplitude.Demo"
}
}
2 changes: 1 addition & 1 deletion src/main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ idea {
sourceSets.main.java.srcDirs = ['java']

dependencies {
implementation 'org.json:json:20220320'
implementation 'org.json:json:20230227'
}

java {
Expand Down

0 comments on commit 13ff010

Please sign in to comment.