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 3b54ba4 commit b682f45Copy full SHA for b682f45
pom.xml
@@ -9,7 +9,7 @@
9
<parent>
10
<groupId>com.fasterxml.jackson</groupId>
11
<artifactId>jackson-base</artifactId>
12
- <version>2.18.0-rc1-SNAPSHOT</version>
+ <version>2.18.0-rc1</version>
13
</parent>
14
<groupId>com.fasterxml.jackson.core</groupId>
15
<artifactId>jackson-databind</artifactId>
@@ -46,8 +46,7 @@
46
Baseline compatibility:
47
48
* Jackson 2.13 compatible with Android SDK 24 and up
49
- * Jackson 2.14, 2.15 compatible with Android SDK 26 and up
50
- * Jackson 2.16 compatible with Android SDK 26 and up
+ * Jackson 2.14 - 2.18 compatible with Android SDK 26 and up
51
52
-->
53
<version.android.sdk>26</version.android.sdk>
0 commit comments