We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72eee16 commit c53febcCopy full SHA for c53febc
1 file changed
gradle.properties
@@ -195,10 +195,13 @@ httpcoreVersion=4.4.16
195
intellijKotlinVersion=1.9.10
196
197
# 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
+jacksonVersion=2.21.0
+jacksonDatabindVersion=2.21.0
+jacksonJaxrsBaseVersion=2.21.0
+
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
205
206
# Note the inconsistent version numbering for "annotations"... it no longer matches the above
207
jacksonAnnotationsVersion=2.21
0 commit comments