Skip to content

Commit

Permalink
move travis to jdk15
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Nov 5, 2020
1 parent 40be6e4 commit c081cff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ dist: bionic

jdk:
- oraclejdk11
- oraclejdk14
- oraclejdk15

cache:
directories:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -80,7 +80,7 @@

<spotbugs.skip>false</spotbugs.skip>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotbugs.version>4.0.4</spotbugs.version>
<spotbugs.version>4.1.4</spotbugs.version>
<activation.version>2.0.0</activation.version>
<xml.bind-api.version>3.0.0</xml.bind-api.version>
<junit.version>4.13</junit.version>
Expand Down Expand Up @@ -378,7 +378,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version>
<version>0.8.6</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit c081cff

Please sign in to comment.