Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Jun 16, 2021
1 parent 4473021 commit 23fd5eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ repositories {
}

dependencies {
compileOnly 'org.apache.ant:ant:1.10.9'
compile 'org.bouncycastle:bcprov-jdk15on:1.67'
compile 'org.bouncycastle:bcpg-jdk15on:1.67'
compileOnly 'org.apache.ant:ant:1.10.10'
compile 'org.bouncycastle:bcprov-jdk15on:1.69'
compile 'org.bouncycastle:bcpg-jdk15on:1.69'
compile 'org.apache.httpcomponents:httpcore:4.4.14'
compile 'org.apache.httpcomponents:httpmime:4.5.13'
compile 'org.apache.httpcomponents:httpclient:4.5.13'
Expand Down

0 comments on commit 23fd5eb

Please sign in to comment.