Skip to content

Commit f6fc164

Browse files
committed
update undertow to fix it's upload size limit bug
Signed-off-by: neo <1100909+neowu@users.noreply.github.com>
1 parent 2f73854 commit f6fc164

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
@@ -1,6 +1,6 @@
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

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
subprojects {
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")

0 commit comments

Comments
 (0)