Skip to content

Commit e886a9b

Browse files
committed
Update README for 1.1.8
1 parent 15a621a commit e886a9b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ section:
231231
<dependency>
232232
<groupId>com.google.gwt.gwtmockito</groupId>
233233
<artifactId>gwtmockito</artifactId>
234-
<version>1.1.7</version>
234+
<version>1.1.8</version>
235235
<scope>test</scope>
236236
</dependency>
237237
```
@@ -247,6 +247,9 @@ to manually install the jars for [Mockito][6] and [Javassist][7].
247247

248248
## Version history
249249

250+
### 1.1.8
251+
* Preliminary Java 9 support (Thanks to benoitf)
252+
250253
### 1.1.7
251254
* Update GWT to version 2.8.0.
252255
* Update Javassist to version 3.22.
@@ -317,12 +320,12 @@ to manually install the jars for [Mockito][6] and [Javassist][7].
317320
* Initial release
318321

319322
[1]: https://code.google.com/p/mockito/
320-
[2]: http://static.javadoc.io/com.google.gwt.gwtmockito/gwtmockito/1.1.7/com/google/gwtmockito/GwtMockito.html#useProviderForType-java.lang.Class-com.google.gwtmockito.fakes.FakeProvider-
323+
[2]: https://static.javadoc.io/com.google.gwt.gwtmockito/gwtmockito/1.1.8/com/google/gwtmockito/GwtMockito.html#useProviderForType-java.lang.Class-com.google.gwtmockito.fakes.FakeProvider-
321324
[3]: https://developers.google.com/web-toolkit/doc/latest/DevGuideCodingBasicsOverlay
322-
[4]: http://en.wikipedia.org/wiki/Dependency_injection
323-
[5]: http://search.maven.org/remotecontent?filepath=com/google/gwt/gwtmockito/gwtmockito/1.1.7/gwtmockito-1.1.7.jar
325+
[4]: https://en.wikipedia.org/wiki/Dependency_injection
326+
[5]: https://search.maven.org/remotecontent?filepath=com/google/gwt/gwtmockito/gwtmockito/1.1.8/gwtmockito-1.1.8.jar
324327
[6]: https://code.google.com/p/mockito/downloads/list
325328
[7]: http://www.jboss.org/javassist/downloads
326-
[8]: http://www.javadoc.io/doc/com.google.gwt.gwtmockito/gwtmockito/1.1.7
329+
[8]: https://www.javadoc.io/doc/com.google.gwt.gwtmockito/gwtmockito/1.1.8
327330
[9]: https://github.com/google/gwtmockito/tree/master/gwtmockito-sample/src
328331
[10]: https://github.com/google/gwtmockito/commit/52b5ddfc08df1b630cd1f241d2afaa08fed82a77

0 commit comments

Comments
 (0)