Skip to content

Commit

Permalink
Merge pull request #4739 from RPTools/dependabot/gradle/org.apache.co…
Browse files Browse the repository at this point in the history
…mmons-commons-configuration2-2.10.1

Bump org.apache.commons:commons-configuration2 from 2.9.0 to 2.10.1
  • Loading branch information
cwisniew authored Apr 2, 2024
2 parents 726144c + dca32bb commit 8dd8320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ dependencies {
implementation group: 'io.sentry', name: 'sentry-log4j2', version: '1.7.29'

// parsing of configuration data
implementation group: 'org.apache.commons', name: 'commons-configuration2', version: '2.9.0'
implementation group: 'org.apache.commons', name: 'commons-configuration2', version: '2.10.1'
// Specialized collections: ReferenceMap, LinkedMap.
implementation 'org.apache.commons:commons-collections4:4.4'
// Various file utilities
Expand Down

0 comments on commit 8dd8320

Please sign in to comment.