Skip to content

Commit db95996

Browse files
committed
Update Guava to the latest version 28.0
This fixes vulnerability CVE-2018-10237 See https://ossindex.sonatype.org/vuln/24585a7f-eb6b-4d8d-a2a9-a6f16cc7c1d0
1 parent 55bead0 commit db95996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/kotlinx-coroutines-guava/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

5-
ext.guava_version = '24.0-jre'
5+
ext.guava_version = '28.0-jre'
66

77
dependencies {
88
compile "com.google.guava:guava:$guava_version"

0 commit comments

Comments
 (0)