Skip to content

Commit

Permalink
Update java-json library (WOR-1318).
Browse files Browse the repository at this point in the history
  • Loading branch information
cahrens committed Oct 30, 2023
1 parent f042cc3 commit 184d6b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions integration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dependencies {
// Google dependencies
constraints {
implementation 'com.google.guava:guava:30.1.1-jre'
implementation 'org.json:json:20231013' // security vulnerability
}
implementation platform('com.google.cloud:libraries-bom:26.0.0')
implementation "com.google.api-client:google-api-client:${googleApi}"
Expand Down
3 changes: 1 addition & 2 deletions integration/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,7 @@ org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10=compileClasspath,runtimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib:1.6.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.jetbrains:annotations:13.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.json:json:20200518=compileClasspath,testCompileClasspath
org.json:json:20230227=runtimeClasspath,testRuntimeClasspath
org.json:json:20231013=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.7.0=compileClasspath,testCompileClasspath
org.junit.jupiter:junit-jupiter-api:5.9.0=runtimeClasspath,testRuntimeClasspath
org.junit.platform:junit-platform-commons:1.7.0=compileClasspath,testCompileClasspath
Expand Down
2 changes: 1 addition & 1 deletion service/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4=testRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.4=testRuntimeClasspath
org.jetbrains:annotations:13.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath
org.jetbrains:annotations:17.0.0=testCompileClasspath,testRuntimeClasspath
org.json:json:20230227=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.json:json:20231013=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.8.2=testCompileClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.8.2=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-params:5.8.2=testCompileClasspath,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion service/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
// Google dependencies
constraints {
implementation 'com.google.guava:guava:31.1-jre' // "-jre" for Java 8 or higher
implementation 'org.json:json:20230227'
implementation 'org.json:json:20231013' // security vulnerability
}
implementation platform('com.google.cloud:libraries-bom:26.0.0')

Expand Down

0 comments on commit 184d6b6

Please sign in to comment.