Skip to content

Commit 7daef79

Browse files
committed
Prep for 2.18.5 release
1 parent c9d3b02 commit 7daef79

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.18.5-SNAPSHOT</version>
11+
<version>2.18.5</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>

release-notes/VERSION-2.x

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ a pure JSON library.
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17-
2.18.5 (not yet released)
18-
19-
-
20-
21-
2.18.4.1 (10-June-2025)
17+
2.18.5 (27-Oct-2025)
18+
(same as 2.18.4.1 on 10-June-2025)
2219

2320
#1433: `JsonParser#getNumberType()` throws `JsonParseException` when
2421
the current token is non-numeric instead of returning null

0 commit comments

Comments
 (0)