Skip to content

Commit b5591ee

Browse files
committed
Bump guice version to 4.2.0
The new version provides better support for Java 9 and improves performance. Multibindings artifact in now included in the guice core artifact. The full release notes is here: [1]. [1] https://github.com/google/guice/wiki/Guice42 Change-Id: I52ca2eedd02101405351db5213453236698bae15
1 parent 1218194 commit b5591ee

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

WORKSPACE

+3-9
Original file line numberDiff line numberDiff line change
@@ -213,24 +213,18 @@ maven_jar(
213213
sha1 = "8095d0b9f7e0a9cd79a663c740e0f8fb31d0e2c8",
214214
)
215215

216-
GUICE_VERSION = "4.1.0"
217-
218-
maven_jar(
219-
name = "multibindings",
220-
artifact = "com.google.inject.extensions:guice-multibindings:" + GUICE_VERSION,
221-
sha1 = "3b27257997ac51b0f8d19676f1ea170427e86d51",
222-
)
216+
GUICE_VERSION = "4.2.0"
223217

224218
maven_jar(
225219
name = "guice_library",
226220
artifact = "com.google.inject:guice:" + GUICE_VERSION,
227-
sha1 = "eeb69005da379a10071aa4948c48d89250febb07",
221+
sha1 = "25e1f4c1d528a1cffabcca0d432f634f3132f6c8",
228222
)
229223

230224
maven_jar(
231225
name = "guice_assistedinject",
232226
artifact = "com.google.inject.extensions:guice-assistedinject:" + GUICE_VERSION,
233-
sha1 = "af799dd7e23e6fe8c988da12314582072b07edcb",
227+
sha1 = "e7270305960ad7db56f7e30cb9df6be9ff1cfb45",
234228
)
235229

236230
maven_jar(

lib/guice/BUILD

-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ java_library(
99
":guice-assistedinject",
1010
":guice_library",
1111
":javax-inject",
12-
":multibindings",
1312
],
1413
)
1514

@@ -19,7 +18,6 @@ java_library(
1918
) for n in [
2019
"guice_library",
2120
"guice-assistedinject",
22-
"multibindings",
2321
"javax-inject",
2422
"aopalliance",
2523
]]

0 commit comments

Comments
 (0)