VGalaxies commented on code in PR #715:
URL:
https://github.com/apache/hugegraph-toolchain/pull/715#discussion_r3469450196
##########
pom.xml:
##########
@@ -129,7 +129,7 @@
<zookeeper.version>3.6.2</zookeeper.version>
<junit.version>4.12</junit.version>
<mockito.version>2.25.1</mockito.version>
- <lombok.version>1.18.8</lombok.version>
+ <lombok.version>1.18.32</lombok.version>
Review Comment:
**Medium: Update release metadata for Lombok 1.18.32**
`pom.xml:132`
**Evidence**
- The PR changes `<lombok.version>` to `1.18.32`, but
`hugegraph-dist/scripts/dependency/known-dependencies.txt:249` still lists
`lombok-1.18.8.jar`, and `hugegraph-dist/release-docs/LICENSE:591` still
documents `org.projectlombok:lombok:1.18.8`. The license-checker workflow
regenerates current dependencies and diffs them against the checked-in list.
**Impact**
- The dependency license check can fail, and release artifacts can ship
incorrect third-party dependency/license metadata.
**Requested fix**
- Regenerate/update
`hugegraph-dist/scripts/dependency/known-dependencies.txt` and update the
Lombok entry in `hugegraph-dist/release-docs/LICENSE` to `1.18.32`, including
any related bundled license metadata if it changed.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]