File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
<groupId >com.fasterxml.jackson</groupId >
7
7
<artifactId >jackson-parent</artifactId >
8
8
<!-- note: does NOT change for every version of bom -->
9
- <version >2.18-SNAPSHOT </version >
9
+ <version >2.18</version >
10
10
</parent >
11
11
12
12
<artifactId >jackson-bom</artifactId >
@@ -49,7 +49,7 @@ of Jackson components maintained by FasterXML.com
49
49
</scm >
50
50
51
51
<properties >
52
- <jackson .version>2.18.0-SNAPSHOT </jackson .version>
52
+ <jackson .version>2.18.0</jackson .version>
53
53
54
54
<!-- 25-Sep-2019, tatu: With Jackson 2.x we will release full patch-level versions
55
55
of annotations BUT they are all identical, content-wise.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Jackson components (core, modules)
9
9
=== Releases (note: only includes patches with actual changes)
10
10
------------------------------------------------------------------------
11
11
12
- 2.18.0 (not yet released )
12
+ 2.18.0 (26 -Sep- 2024 )
13
13
14
14
#68 : Remove `junit` 4 .x dependency from `jackson-base` 2.18 .x to help
15
15
junit5 migration
You can’t perform that action at this time.
0 commit comments