mirror of https://github.com/jwtk/jjwt.git
update bouncycastle and logback versions
This commit is contained in:
parent
5c0cfdc897
commit
e780c224c8
4
pom.xml
4
pom.xml
|
@ -64,11 +64,11 @@
|
|||
<jackson.version>2.8.2</jackson.version>
|
||||
|
||||
<!-- Optional Runtime Dependencies: -->
|
||||
<bouncycastle.version>1.55</bouncycastle.version>
|
||||
<bouncycastle.version>1.56</bouncycastle.version>
|
||||
|
||||
<!-- Test Dependencies: Only required for testing when building. Not required by users at runtime: -->
|
||||
<groovy.version>2.4.7</groovy.version>
|
||||
<logback.version>1.1.7</logback.version>
|
||||
<logback.version>1.2.3</logback.version>
|
||||
<easymock.version>3.4</easymock.version>
|
||||
<junit.version>4.12</junit.version>
|
||||
<powermock.version>1.6.5</powermock.version>
|
||||
|
|
Loading…
Reference in New Issue