Skip to content

Commit dd777f1

Browse files
Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.0-jre to 33.3.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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 868c7b8 commit dd777f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domene/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ val kotlinxCoroutinesVersion = "1.9.0"
77
dependencies {
88
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
99
implementation(kotlin("stdlib"))
10-
implementation("com.google.guava:guava:33.3.0-jre")
10+
implementation("com.google.guava:guava:33.3.1-jre")
1111
implementation("com.fasterxml.jackson.core:jackson-core:$jacksonVersion")
1212
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
1313
implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")

0 commit comments

Comments
 (0)