Skip to content

Commit

Permalink
Upgraded guice from 4.2.3 to 5.0.1 (#290)
Browse files Browse the repository at this point in the history
Bumps [guice](https://github.com/google/guice) from 4.2.3 to 5.0.1.
- [Release notes](https://github.com/google/guice/releases)
- [Commits](google/guice@4.2.3...5.0.1)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: John Freeman <john.freeman.opensource@gmail.com>
  • Loading branch information
dependabot-preview[bot] and freemanjp committed Aug 15, 2022
1 parent c1880fa commit 6e827da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,15 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1-jre</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.2.3</version>
<version>5.0.1</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.qdox</groupId>
Expand Down

0 comments on commit 6e827da

Please sign in to comment.