Skip to content

Commit

Permalink
bump guava version for cve (#1559)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho authored Jun 27, 2023
1 parent 953ddff commit cf3e952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
compile "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9"
compile "${group}:common-utils:${common_utils_version}"
compile group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
compile group: 'com.google.guava', name: 'guava', version: '32.0.1-jre'
testImplementation(
'org.assertj:assertj-core:3.16.1',
'org.junit.jupiter:junit-jupiter-api:5.6.2'
Expand Down

0 comments on commit cf3e952

Please sign in to comment.