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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<commons-csv.version>1.10.0</commons-csv.version>
<commons-lang3.version>3.12.0</commons-lang3.version>

<commons-text.version>1.10.0</commons-text.version>
<commons-text.version>1.14.0</commons-text.version>

Choose a reason for hiding this comment

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

high

This upgrade of commons-text to 1.14.0 is likely to be incompatible with the currently defined version of commons-lang3 (3.12.0 on line 30).

Recent versions of commons-text require newer versions of commons-lang3. For example, commons-text:1.12.0 requires commons-lang3:3.13.0.

To prevent potential runtime errors like NoSuchMethodError, the <commons-lang3.version> property should be updated to match the version required by commons-text:1.14.0.

<commons-io.version>2.14.0</commons-io.version>
<guava.version>32.1.3-jre</guava.version>
<logback-classic.version>1.4.7</logback-classic.version>
Expand Down
Loading