Skip to content

Commit 72eee16

Browse files
Upgrade Spring AI to 2.0.0-M2
1 parent 8aef80d commit 72eee16

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

gradle.properties

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,10 @@ 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=2.21.0
199-
jacksonDatabindVersion=2.21.0
200-
jacksonJaxrsBaseVersion=2.21.0
198+
jacksonVersion=3.0.3
199+
jacksonDatabindVersion=3.0.3
200+
jacksonJaxrsBaseVersion=3.0.3
201+
jacksonJsr310Version=3.0.0-rc2
201202

202203
# Note the inconsistent version numbering for "annotations"... it no longer matches the above
203204
jacksonAnnotationsVersion=2.21
@@ -291,7 +292,7 @@ snappyJavaVersion=1.1.10.8
291292
springBootVersion=4.0.2
292293
# This usually matches the Spring Framework version dictated by springBootVersion
293294
springVersion=7.0.3
294-
springAiVersion=1.1.2
295+
springAiVersion=2.0.0-M2
295296

296297
sqliteJdbcVersion=3.51.1.0
297298

0 commit comments

Comments
 (0)