Skip to content

Commit

Permalink
Bump guava from 29.0-jre to 32.0.0-jre in /foxtrot-translator
Browse files Browse the repository at this point in the history
Bumps [guava](https://github.com/google/guava) from 29.0-jre to 32.0.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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 14, 2023
1 parent 2f062e4 commit 5c7260c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion foxtrot-translator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-jre</version>
<version>32.0.0-jre</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<lombok.version>1.16.16</lombok.version>
<dropwizard.guicey.version>4.2.1</dropwizard.guicey.version>
<es.container.version>1.0.4</es.container.version>
<guava.version>29.0-jre</guava.version>
<guava.version>32.0.0-jre</guava.version>
<sonar.sources>src/main</sonar.sources>
<sonar.tests>src/test</sonar.tests>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
Expand Down

0 comments on commit 5c7260c

Please sign in to comment.