Skip to content

Commit c8e13ab

Browse files
Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre in /libcobj (#563)
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-jre to 33.4.0-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-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e482b3d commit c8e13ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcobj/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tasks {
3131
}
3232

3333
dependencies {
34-
implementation("com.google.guava:guava:33.3.1-jre")
34+
implementation("com.google.guava:guava:33.4.0-jre")
3535
implementation("org.xerial:sqlite-jdbc:3.47.1.0")
3636
implementation("commons-cli:commons-cli:1.9.0")
3737
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")

0 commit comments

Comments
 (0)