Skip to content

Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 #579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
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 build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation 'javax.measure:unit-api:2.2' // quantities
implementation 'tech.units:indriya:2.2.3' // quantities
implementation 'com.google.code.gson:gson:2.13.1' // java serialization, POJOs -> JSON
implementation 'org.apache.commons:commons-lang3:3.17.0' // for HashCodeBuilder
implementation 'org.apache.commons:commons-lang3:3.18.0' // for HashCodeBuilder
implementation 'org.apache.commons:commons-math3:3.6.1' // mathematics and statistics components
// JTS Topology Suite for GeoPositions, License: EPL 1.0 / EDL 1.0
implementation 'org.locationtech.jts:jts-core:1.20.0'
Expand Down