We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd3300 commit 65d8190Copy full SHA for 65d8190
.travis.yml
@@ -8,7 +8,7 @@ git:
8
# and since 2.10, will require jdk8 for build
9
jdk:
10
- openjdk8
11
- - oraclejdk11
+ - openjdk11
12
13
# 2019-11-26, tatu: Let's try caching Maven dependencies
14
cache:
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>com.fasterxml.jackson</groupId>
7
<artifactId>jackson-base</artifactId>
- <version>2.10.5</version>
+ <version>2.10.6-SNAPSHOT</version>
</parent>
<groupId>com.fasterxml.jackson.core</groupId>
0 commit comments