Skip to content

Commit

Permalink
Bump guice to 4.2.2
Browse files Browse the repository at this point in the history
https://github.com/google/guice/wiki/Guice42
https://github.com/google/guice/wiki/Guice421
https://github.com/google/guice/wiki/Guice422

Change-Id: Ib17e3cb73a1e31fd5ca3fb6eca66b7d1d2cd9e7e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 26ed83a)
  • Loading branch information
rovarga committed Oct 17, 2019
1 parent c4ee912 commit 7c97fe5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions odlparent/pom.xml
Expand Up @@ -335,8 +335,11 @@
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<!-- Make sure this version is in sync with the one used by mycila-guice-jsr250 above
by checking it here: https://github.com/mycila/guice/blob/master/pom.xml#L103 -->
<version>4.1.0</version>
by checking it here: https://github.com/mycila/guice/blob/master/pom.xml#L103.
Well, mycila is dead as a dodo and we need to support Java 11. This is the best
we can do in the interim. -->
<version>4.2.2</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down

0 comments on commit 7c97fe5

Please sign in to comment.