@@ -204,7 +204,7 @@ project(":core") {
204204 implementation(" com.squareup.okhttp3:okhttp-sse:4.12.0" )
205205// open ai deps
206206 implementation(" io.reactivex.rxjava3:rxjava:3.1.10" )
207- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3 " )
207+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.19.0 " )
208208 implementation(" com.fasterxml.jackson.core:jackson-databind:2.18.3" )
209209 }
210210}
@@ -353,7 +353,7 @@ project(":toolsets:httpclient") {
353353 implementation(" com.squareup.okhttp3:okhttp-sse:4.12.0" )
354354// open ai deps
355355 implementation(" io.reactivex.rxjava3:rxjava:3.1.10" )
356- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1 " )
356+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.19.0 " )
357357 implementation(" com.fasterxml.jackson.core:jackson-databind:2.18.1" )
358358 }
359359}
@@ -669,7 +669,7 @@ project(":") {
669669 implementation(" com.squareup.okhttp3:okhttp-sse:4.12.0" )
670670// open ai deps
671671 implementation(" io.reactivex.rxjava3:rxjava:3.1.10" )
672- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1 " )
672+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.19.0 " )
673673 implementation(" com.fasterxml.jackson.core:jackson-databind:2.18.1" )
674674 }
675675