Skip to content

Commit

Permalink
chore(deps): update Jackson and Kaml dependencies for close dependabo…
Browse files Browse the repository at this point in the history
…t by manual closed #126, closed #127 & closed #131
  • Loading branch information
phodal committed Nov 2, 2024
1 parent d49fae3 commit dd53206
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ project(":core") {
implementation("com.squareup.okhttp3:okhttp-sse:4.12.0")
// open ai deps
implementation("io.reactivex.rxjava3:rxjava:3.1.9")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.1")
}
}

Expand Down Expand Up @@ -301,8 +301,8 @@ project(":toolsets:httpclient") {
implementation("com.squareup.okhttp3:okhttp-sse:4.12.0")
// open ai deps
implementation("io.reactivex.rxjava3:rxjava:3.1.9")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.1")
}
}

Expand Down Expand Up @@ -574,8 +574,8 @@ project(":") {
implementation("com.squareup.okhttp3:okhttp-sse:4.12.0")
// open ai deps
implementation("io.reactivex.rxjava3:rxjava:3.1.9")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.1")
}

// kotlin {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ json-pathkt = "com.nfeld.jsonpathkt:jsonpathkt:2.0.1"

okhttp = "com.squareup.okhttp3:okhttp:4.4.1"
okhttp-sse = "com.squareup.okhttp3:okhttp-sse:4.12.0"
kaml = "com.charleskorn.kaml:kaml:0.62.0"
kaml = "com.charleskorn.kaml:kaml:0.62.2"

# org.reflections:reflections:0.10.2
reflections = "org.reflections:reflections:0.10.2"
Expand Down

0 comments on commit dd53206

Please sign in to comment.