Skip to content

Commit c53febc

Browse files
Upgrade Spring AI to 2.0.0-M2 and add Jackson 3
1 parent 72eee16 commit c53febc

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

gradle.properties

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,13 @@ httpcoreVersion=4.4.16
195195
intellijKotlinVersion=1.9.10
196196

197197
# Update the three Jackson dependency versions below in tandem, unless one gets a patch release out-of-sync with the others
198-
jacksonVersion=3.0.3
199-
jacksonDatabindVersion=3.0.3
200-
jacksonJaxrsBaseVersion=3.0.3
201-
jacksonJsr310Version=3.0.0-rc2
198+
jacksonVersion=2.21.0
199+
jacksonDatabindVersion=2.21.0
200+
jacksonJaxrsBaseVersion=2.21.0
201+
202+
# We also need Jackson 3.x for Spring AI and new versions of Spring Boot and Spring Framework
203+
jacksonVersion3=3.0.4
204+
jacksonDatabindVersion3=3.0.4
202205

203206
# Note the inconsistent version numbering for "annotations"... it no longer matches the above
204207
jacksonAnnotationsVersion=2.21

0 commit comments

Comments
 (0)