Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<postgresql.version>42.6.0</postgresql.version>
<selenium-remote-driver.version>4.14.1</selenium-remote-driver.version>
<orientdb-client.version>3.2.23</orientdb-client.version>
<janusgraph.version>1.0.0-20231020-183655.ff58c43</janusgraph.version>
<janusgraph.version>1.0.1-20231115-140735.93394de</janusgraph.version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The janusgraph.version is updated to a timestamped version. While this addresses the vulnerability, it's preferable to use stable releases for better dependency management. Consider adding a TODO to upgrade to a stable release when available.

    <janusgraph.version>1.0.1-20231115-140735.93394de</janusgraph.version> <!-- TODO: Upgrade to a stable JanusGraph release when available with the fix for SNYK-JAVA-COMMONSLANG-10734077 -->


<commons-csv.version>1.10.0</commons-csv.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<commons-lang3.version>3.18.0</commons-lang3.version>

<commons-text.version>1.10.0</commons-text.version>
<commons-io.version>2.14.0</commons-io.version>
Expand Down
Loading