You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform/build.gradle
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ dependencies {
21
21
def opensearchVersion ="3.2.0"
22
22
def opensearchRestVersion ="3.2.0"
23
23
def flyingSaucerVersion ="9.13.3"
24
-
def jacksonVersion ="2.19.2"
24
+
def jacksonVersion ="2.20.0"
25
+
def jacksonAnnotationsVersion ="2.20"
25
26
def jugVersion ="5.1.0"
26
27
def langchain4jVersion ="1.4.0"
27
28
def langchain4jCommunityVersion ="1.4.0-beta10"
@@ -51,7 +52,7 @@ dependencies {
51
52
// ugly hack for jackson: as enforcing platform didn't work (it didn't enforce everywhere, not in plugins), we had to force all jackson libs individually.
0 commit comments