Skip to content

Commit 6ebdf52

Browse files
authored
Merge pull request microsoftgraph#6 from microsoftgraph/dependabot/gradle/com.google.guava-guava-23.0
Bump guava from 20.0 to 23.0
2 parents 43ea168 + c1d1b3f commit 6ebdf52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repositories {
2626

2727
dependencies {
2828
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
29-
implementation 'com.google.guava:guava:20.0'
29+
implementation 'com.google.guava:guava:23.0'
3030

3131
// Use JUnit test framework
3232
testImplementation 'junit:junit:4.13'

0 commit comments

Comments
 (0)