Skip to content

Commit 4325e74

Browse files
authored
chore: bump up some dependencies (#13721)
1 parent 35c4a24 commit 4325e74

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

dist-material/release-docs/LICENSE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ The text of each license is the standard Apache 2.0 license.
217217
https://mvnrepository.com/artifact/com.alibaba.nacos/nacos-encryption-plugin/2.3.2 Apache-2.0
218218
https://mvnrepository.com/artifact/com.ctrip.framework.apollo/apollo-client/1.8.0 Apache-2.0
219219
https://mvnrepository.com/artifact/com.ctrip.framework.apollo/apollo-core/1.8.0 Apache-2.0
220-
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations/2.16.0 Apache-2.0
221-
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core/2.16.0 Apache-2.0
220+
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations/2.18.5 Apache-2.0
221+
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core/2.18.5 Apache-2.0
222222
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind/2.16.0 Apache-2.0
223223
https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.15.2 Apache-2.0
224224
https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-guava/2.12.0 Apache-2.0
@@ -353,9 +353,9 @@ The text of each license is the standard Apache 2.0 license.
353353
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore/4.4.16 Apache-2.0
354354
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore-nio/4.4.16 Apache-2.0
355355
https://mvnrepository.com/artifact/org.apache.kafka/kafka-clients/3.4.0 Apache-2.0
356-
https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api/2.17.1 Apache-2.0
357-
https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core/2.17.1 Apache-2.0
358-
https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl/2.17.1 Apache-2.0
356+
https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api/2.25.3 Apache-2.0
357+
https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core/2.25.3 Apache-2.0
358+
https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl/2.25.3 Apache-2.0
359359
https://mvnrepository.com/artifact/org.apache.yetus/audience-annotations/0.5.0 Apache-2.0
360360
https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper/3.5.7 Apache-2.0
361361
https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper-jute/3.5.7 Apache-2.0

docs/en/changes/changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
(up to 200 on-demand threads) because HTTP handlers block on long storage/DB queries.
135135
* Add the spring-ai components and the GenAI layer.
136136
* Bump up netty to 4.2.10.Final.
137+
* Bump up log4j to 2.25.3 and jackson to 2.18.5.
137138

138139
#### UI
139140
* Fix the missing icon in new native trace view.

oap-server-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131
<slf4j.version>1.7.30</slf4j.version>
32-
<log4j.version>2.17.1</log4j.version>
32+
<log4j.version>2.25.3</log4j.version>
3333
<google.error_prone_annotations>2.11.0</google.error_prone_annotations>
3434
<graphql-java-tools.version>13.0.1</graphql-java-tools.version>
3535
<graphql-java.version>21.5</graphql-java.version>
@@ -49,7 +49,7 @@
4949
<kubernetes.version>6.7.1</kubernetes.version>
5050
<hikaricp.version>3.1.0</hikaricp.version>
5151
<zipkin.version>2.24.1</zipkin.version>
52-
<jackson.version>2.16.0</jackson.version>
52+
<jackson.version>2.18.5</jackson.version>
5353
<jackson-databind.version>2.16.0</jackson-databind.version>
5454
<simpleclient.version>0.6.0</simpleclient.version>
5555
<apollo.version>1.8.0</apollo.version>

0 commit comments

Comments
 (0)