File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ section:
231
231
<dependency>
232
232
<groupId>com.google.gwt.gwtmockito</groupId>
233
233
<artifactId>gwtmockito</artifactId>
234
- <version>1.1.8 </version>
234
+ <version>1.1.9 </version>
235
235
<scope>test</scope>
236
236
</dependency>
237
237
```
@@ -247,8 +247,13 @@ to manually install the jars for [Mockito][6] and [Javassist][7].
247
247
248
248
## Version history
249
249
250
+ ### 1.1.9
251
+ * Support ResourcePrototype methods in fkae CLientBundles. (Thanks to zbynek)
252
+ * Add a `@WithExperimentalGarbageCollection` annotation. (Thanks to LudoP)
253
+ * Updated javassist dependency. (Thanks to TimvdLippe)
254
+
250
255
### 1.1.8
251
- * Preliminary Java 9 support (Thanks to benoitf)
256
+ * Preliminary Java 9 support. (Thanks to benoitf)
252
257
253
258
### 1.1.7
254
259
* Update GWT to version 2.8.0.
You can’t perform that action at this time.
0 commit comments