Update BouncyCastle dependencies to 1.53

This commit is contained in:
Jan Dittberner 2015-10-20 17:25:54 +02:00
parent 16dbe32f83
commit 21465a1be6
2 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ repositories {
}
dependencies {
compile group: 'org.bouncycastle', name: 'bcmail-jdk15on', version: '1.52'
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.52'
compile group: 'org.bouncycastle', name: 'bcmail-jdk15on', version: '1.53'
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.53'
compile group: 'javax.mail', name: 'mail', version: '1.4.4'
testCompile group: 'junit', name: 'junit', version: '3.8.1'
}

View File

@ -55,12 +55,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15on</artifactId>
<version>1.50</version>
<version>1.53</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.50</version>
<version>1.53</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>