Skip to content

Commit

Permalink
The newer version of commons-lang3 is required
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Dec 16, 2024
1 parent 218e295 commit 381c40e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,17 @@ under the License.
<mavenFilteringVersion>3.4.0</mavenFilteringVersion>
</properties>

<dependencyManagement>
<!-- manage transitive dependencies -->
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.17.0</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<!-- maven core -->
<dependency>
Expand Down

0 comments on commit 381c40e

Please sign in to comment.