Copilot commented on code in PR #13944:
URL: https://github.com/apache/skywalking/pull/13944#discussion_r3567652959
##########
oap-server-bom/pom.xml:
##########
@@ -42,15 +42,15 @@
<snakeyaml.version>2.0</snakeyaml.version>
<protobuf-java.version>4.33.1</protobuf-java.version>
<protobuf-java-util.version>4.33.1</protobuf-java-util.version>
- <commons-codec.version>1.11</commons-codec.version>
+ <commons-codec.version>1.13</commons-codec.version>
<commons-lang3.version>3.18.0</commons-lang3.version>
<commons-io.version>2.17.0</commons-io.version>
<commons-text.version>1.4</commons-text.version>
<kubernetes.version>6.7.1</kubernetes.version>
<hikaricp.version>3.1.0</hikaricp.version>
<zipkin.version>2.24.1</zipkin.version>
- <jackson.version>2.18.6</jackson.version>
- <jackson-databind.version>2.16.0</jackson-databind.version>
+ <jackson.version>2.18.8</jackson.version>
+ <jackson-databind.version>2.18.8</jackson-databind.version>
Review Comment:
`jackson-databind.version` is meant to stay aligned with `jackson.version`,
but keeping it as a duplicated literal makes it easy for the two to drift again
in a future bump. Consider deriving it from `jackson.version` so the alignment
is enforced by the POM.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]