Skip to content

Commit

Permalink
fix(deps): bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre (#…
Browse files Browse the repository at this point in the history
…107)

Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.1.0-jre to 33.2.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent e5ee7c1 commit 548e2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<guava.version>33.1.0-jre</guava.version>
<guava.version>33.2.0-jre</guava.version>
<slf4j.version>2.0.13</slf4j.version>
<commons-cli.version>1.7.0</commons-cli.version>
<maven-clean-plugin.version>3.3.2</maven-clean-plugin.version>
Expand Down

0 comments on commit 548e2cb

Please sign in to comment.