Update BouncyCastle dependencies to 1.53
This commit is contained in:
parent
16dbe32f83
commit
21465a1be6
2 changed files with 4 additions and 4 deletions
|
@ -11,8 +11,8 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile group: 'org.bouncycastle', name: 'bcmail-jdk15on', version: '1.52'
|
compile group: 'org.bouncycastle', name: 'bcmail-jdk15on', version: '1.53'
|
||||||
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.52'
|
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.53'
|
||||||
compile group: 'javax.mail', name: 'mail', version: '1.4.4'
|
compile group: 'javax.mail', name: 'mail', version: '1.4.4'
|
||||||
testCompile group: 'junit', name: 'junit', version: '3.8.1'
|
testCompile group: 'junit', name: 'junit', version: '3.8.1'
|
||||||
}
|
}
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -55,12 +55,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bouncycastle</groupId>
|
<groupId>org.bouncycastle</groupId>
|
||||||
<artifactId>bcmail-jdk15on</artifactId>
|
<artifactId>bcmail-jdk15on</artifactId>
|
||||||
<version>1.50</version>
|
<version>1.53</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bouncycastle</groupId>
|
<groupId>org.bouncycastle</groupId>
|
||||||
<artifactId>bcprov-jdk15on</artifactId>
|
<artifactId>bcprov-jdk15on</artifactId>
|
||||||
<version>1.50</version>
|
<version>1.53</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.mail</groupId>
|
<groupId>javax.mail</groupId>
|
||||||
|
|
Loading…
Reference in a new issue