Bump up commons-beanutils to 1.11.0 (#13274)

This commit is contained in:
kezhenxu94 2025-05-29 17:10:29 +08:00 committed by GitHub
parent 3e67db7de3
commit 284521ca99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -250,7 +250,7 @@ The text of each license is the standard Apache 2.0 license.
https://mvnrepository.com/artifact/com.squareup.retrofit2/converter-jackson/2.9.0 Apache-2.0
https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit/2.9.0 Apache-2.0
https://mvnrepository.com/artifact/com.zaxxer/HikariCP/3.1.0 Apache-2.0
https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils/1.9.4 Apache-2.0
https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils/1.11.0 Apache-2.0
https://mvnrepository.com/artifact/commons-codec/commons-codec/1.11 Apache-2.0
https://mvnrepository.com/artifact/commons-io/commons-io/2.17.0 Apache-2.0
https://mvnrepository.com/artifact/commons-net/commons-net/3.9.0 Apache-2.0

View File

@ -24,6 +24,7 @@
* Enhance status APIs to support multiple `accept` header values, e.g. `Accept: application/json; charset=utf-8`.
* Storage: separate `SpanAttachedEventRecord` for SkyWalking trace and Zipkin trace.
* [Break Change]BanyanDB: Setup new Group policy.
* Bump up commons-beanutils to 1.11.0.
#### UI

View File

@ -62,7 +62,7 @@
<vavr.version>0.10.3</vavr.version>
<groovy.version>4.0.15</groovy.version>
<mvel.version>2.4.8.Final</mvel.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-beanutils.version>1.11.0</commons-beanutils.version>
<flatbuffers-java.version>1.12.0</flatbuffers-java.version>
<postgresql.version>42.4.4</postgresql.version>
<jetcd.version>0.6.1</jetcd.version>