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 11## Change log
22
3- ### 9.4.1 (1/26/26 - 1/29 /26)
3+ ### 9.4.2 (1/26/26 - 2/15 /26)
44
55* log: for rust version of log-processor/log-collector/log-exporter, refer to https://github.com/neowu/core_rs_workspace
66* db: removed mysql sslmode property, SSL mode will be detected by driver automatically
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66
77subprojects {
88 group = " core.framework"
9- version = " 9.4.1 "
9+ version = " 9.4.2 "
1010 repositories {
1111 maven {
1212 url = uri(" https://neowu.github.io/maven-repo/" )
@@ -39,7 +39,7 @@ project("core-ng") {
3939 implementation(" com.fasterxml.jackson.module:jackson-module-afterburner:${jacksonVersion} " )
4040 implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${jacksonVersion} " )
4141 implementation(" com.squareup.okhttp3:okhttp:5.3.2" )
42- implementation(" io.undertow:undertow-core:2.3.22 .Final" )
42+ implementation(" io.undertow:undertow-core:2.3.23 .Final" )
4343 implementation(" org.apache.kafka:kafka-clients:4.1.1" ) {
4444 exclude(" org.xerial.snappy" )
4545 exclude(" org.lz4" )
You can’t perform that action at this time.
0 commit comments