Skip to content

Commit 81b210c

Browse files
committed
update undertow and okhttp
Signed-off-by: neo <1100909+neowu@users.noreply.github.com>
1 parent dfb97f9 commit 81b210c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* cache: track redis store read/write bytes and elapsed time (included json serialization/deserialization time)
77
* http: unified http slow threshold config, use @IOWarning to config for each action
88
* sse: support @IOWarning on handler
9-
* http: update okhttp to 5.2.1
9+
* http: update okhttp to 5.3.0
1010

1111
### 9.3.0 (8/27/2025 - 10/8/2025) !!! only support java 25
1212

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ project("core-ng") {
3838
implementation("org.javassist:javassist:3.30.2-GA")
3939
implementation("com.fasterxml.jackson.module:jackson-module-afterburner:${jacksonVersion}")
4040
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${jacksonVersion}")
41-
implementation("com.squareup.okhttp3:okhttp:5.2.1")
42-
implementation("io.undertow:undertow-core:2.3.19.Final")
41+
implementation("com.squareup.okhttp3:okhttp:5.3.0")
42+
implementation("io.undertow:undertow-core:2.3.20.Final")
4343
implementation("org.apache.kafka:kafka-clients:4.1.0") {
4444
exclude("org.xerial.snappy")
4545
exclude("org.lz4")

0 commit comments

Comments
 (0)