Bump guice to 4.2.2 37/84837/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 1 Oct 2019 09:53:10 +0000 (11:53 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 11 Oct 2019 11:06:26 +0000 (11:06 +0000)
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>
odlparent/pom.xml

index 88e3376b6eb2f5375fc44c24767044ea73e88404..07c8aaee91a33719d67b8d268c6d7d639570bfb5 100644 (file)
         <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>