Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
fix: dependency update to avoid: 'java.lang.NoSuchMethodError: org.ap…
Browse files Browse the repository at this point in the history
…ache.commons.lang3.Range.of(Ljava/lang/Comparable;Ljava/lang/Comparable;)Lorg/apache/commons/lang3/Range;'
  • Loading branch information
bednar committed Dec 4, 2023
1 parent 58fc7a9 commit 633ceba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.14.0</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 633ceba

Please sign in to comment.