File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments