File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ This project aims to adhere to [Semantic Versioning](http://semver.org/).
1010 Mandatory.
1111### Changed
1212 - [ Deprecate Jobs Multipart implementation and disable integration tests] ( https://github.com/joyent/java-manta/issues/459 )
13+ - Upgraded Bouncy Castle, Apache HTTP Client, Jackson and Java HTTP Signatures dependencies
1314### Fixed
1415 - [ Client-side encryption does not use libnss when doing simple PUT] ( https://github.com/joyent/java-manta/issues/449 )
1516 - [ Server-side MPU is hardcoded to create a directory prefix of only a single character] ( https://github.com/joyent/java-manta/issues/451 )
Original file line number Diff line number Diff line change 157157 <maven-error-prone-core .version>2.1.1</maven-error-prone-core .version>
158158
159159 <!-- Dependency versions -->
160- <dependency .http-client-signature.version>4.0.8 </dependency .http-client-signature.version>
161- <dependency .apache-http-client.version>4.5.5 </dependency .apache-http-client.version>
162- <dependency .bouncycastle.version>1.59 </dependency .bouncycastle.version>
160+ <dependency .http-client-signature.version>4.0.9 </dependency .http-client-signature.version>
161+ <dependency .apache-http-client.version>4.5.6 </dependency .apache-http-client.version>
162+ <dependency .bouncycastle.version>1.60 </dependency .bouncycastle.version>
163163 <dependency .fasterxml-uuid>3.1.4</dependency .fasterxml-uuid>
164- <dependency .jackson.version>2.9.1 </dependency .jackson.version>
164+ <dependency .jackson.version>2.9.4 </dependency .jackson.version>
165165 <dependency .jnagmp.version>2.1.0</dependency .jnagmp.version>
166166 <dependency .urlbuilder.version>2.0.9</dependency .urlbuilder.version>
167167
You can’t perform that action at this time.
0 commit comments