Skip to content

Conversation

@vlsi
Copy link
Contributor

@vlsi vlsi commented Nov 2, 2025

Fixes #2735

@vlsi vlsi force-pushed the lang3 branch 9 times, most recently from a864b42 to 86b8fa0 Compare November 3, 2025 13:12
Comment on lines +181 to +185
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've moved commons-lang3 to <dependencyManagement> so a newer version is selected if it uses in transitive dependencies

Copy link
Member

@afranken afranken left a comment

Choose a reason for hiding this comment

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

👍

@afranken afranken merged commit bee04bf into adobe:main Nov 3, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Drop commons-lang3 dependency and replace its usages with core Java

2 participants