Skip to content

Commit

Permalink
Add support for jdk14
Browse files Browse the repository at this point in the history
  • Loading branch information
fibsifan committed May 9, 2020
1 parent 403e189 commit 4244928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jdk:
- oraclejdk9
- openjdk10
- openjdk11
- openjdk14

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<bouncycastle.version>1.60</bouncycastle.version>

<!-- Test Dependencies: Only required for testing when building. Not required by users at runtime: -->
<groovy.version>2.5.9</groovy.version>
<groovy.version>2.5.11</groovy.version>
<logback.version>1.2.3</logback.version>
<easymock.version>3.6</easymock.version>
<junit.version>4.12</junit.version>
Expand Down

0 comments on commit 4244928

Please sign in to comment.