Skip to content

Commit

Permalink
Bump versions for some dependencies (#800)
Browse files Browse the repository at this point in the history
To keep up to date and avoid surprises later.
  • Loading branch information
msridhar authored Aug 11, 2023
1 parent 38f3081 commit f14b43d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ buildscript {
}
}
plugins {
id "com.diffplug.spotless" version "6.19.0"
id "com.diffplug.spotless" version "6.20.0"
id "net.ltgt.errorprone" version "3.0.1" apply false
id "com.github.johnrengelman.shadow" version "8.1.0" apply false
id "com.github.johnrengelman.shadow" version "8.1.1" apply false
id "com.github.kt3k.coveralls" version "2.12.0" apply false
id "me.champeau.jmh" version "0.6.8" apply false
id "com.github.ben-manes.versions" version "0.42.0"
id "me.champeau.jmh" version "0.7.1" apply false
id "com.github.ben-manes.versions" version "0.47.0"
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def versions = [
support : "27.1.1",
wala : "1.6.1",
commonscli : "1.4",
autoValue : "1.9",
autoService : "1.0.1",
autoValue : "1.10.2",
autoService : "1.1.1",
]

def apt = [
Expand Down

0 comments on commit f14b43d

Please sign in to comment.