Skip to content

Commit 027a264

Browse files
Bump guava from 31.0.1-jre to 31.1-jre
Bumps [guava](https://github.com/google/guava) from 31.0.1-jre to 31.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] <support@github.com>
1 parent d36a9e5 commit 027a264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ kotlin {
6868
val jvmTest by getting {
6969
dependencies {
7070
implementation("io.vertx:vertx-core:$vertxVersion")
71-
implementation("com.google.guava:guava:31.0.1-jre")
71+
implementation("com.google.guava:guava:31.1-jre")
7272
implementation("junit:junit:4.13.2")
7373
implementation("com.fasterxml.jackson.core:jackson-core:$jacksonVersion")
7474
implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")

0 commit comments

Comments
 (0)