File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4- 1.0.1
4+ 1.1.0 (2016-10-10)
55------------------
66* Added two new types to the ` Event.Type ` enum: ` EMAIL_CHANGE ` and
77 ` PASSWORD_RESET ` .
8+ * Update Jackson and WireMock dependencies.
89
9101.0.0 (2016-09-16)
1011------------------
1112
1213* First production release.
13- * Connections will now be reused between requests made with the same
14+ * Connections will now be reused between requests made with the same
1415 ` WebServiceClient ` object.
1516* ` WebServiceClient ` now implements ` Closeable ` .
1617* You are now able to set a proxy to use via the ` WebServiceClient.Builder `
Original file line number Diff line number Diff line change 4242 <dependency >
4343 <groupId >com.fasterxml.jackson.core</groupId >
4444 <artifactId >jackson-core</artifactId >
45- <version >2.8.2 </version >
45+ <version >2.8.3 </version >
4646 </dependency >
4747 <dependency >
4848 <groupId >com.fasterxml.jackson.core</groupId >
4949 <artifactId >jackson-databind</artifactId >
50- <version >2.8.2 </version >
50+ <version >2.8.3 </version >
5151 </dependency >
5252 <dependency >
5353 <groupId >com.fasterxml.jackson.core</groupId >
5454 <artifactId >jackson-annotations</artifactId >
55- <version >2.8.2 </version >
55+ <version >2.8.3 </version >
5656 </dependency >
5757 <dependency >
5858 <groupId >com.maxmind.geoip2</groupId >
7878 <dependency >
7979 <groupId >com.github.tomakehurst</groupId >
8080 <artifactId >wiremock</artifactId >
81- <version >2.0.10-beta </version >
81+ <version >2.2.1 </version >
8282 <scope >test</scope >
8383 </dependency >
8484 <dependency >
9696 <dependency >
9797 <groupId >com.fasterxml.jackson.jr</groupId >
9898 <artifactId >jackson-jr-objects</artifactId >
99- <version >2.8.2 </version >
99+ <version >2.8.3 </version >
100100 <scope >test</scope >
101101 </dependency >
102102 <dependency >
You can’t perform that action at this time.
0 commit comments