Skip to content

Commit e7ca245

Browse files
dependabot: bump com.google.guava:guava from 30.0-jre to 30.1.1-jre (#1344)
Bumps [com.google.guava:guava](https://github.com/google/guava) from 30.0-jre to 30.1.1-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b803e1 commit e7ca245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ configurations.all {
111111
force "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${kotlin_version}"
112112
force 'junit:junit:4.13.2'
113113
force 'commons-beanutils:commons-beanutils:1.10.0'
114-
force 'com.google.guava:guava:30.0-jre'
114+
force 'com.google.guava:guava:30.1.1-jre'
115115
force 'com.puppycrawl.tools:checkstyle:8.45.1'
116116
force 'commons-codec:commons-codec:1.17.2'
117117
force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"

0 commit comments

Comments
 (0)