Skip to content

Commit

Permalink
Merge pull request #3956 from RPTools/dependabot/gradle/develop/org.a…
Browse files Browse the repository at this point in the history
…pache.commons-commons-configuration2-2.9.0

Bump org.apache.commons:commons-configuration2 from 2.7 to 2.9.0
  • Loading branch information
cwisniew committed Apr 26, 2023
2 parents 302f29e + 113083a commit 8d6f789
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 @@ -306,7 +306,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.7'
implementation group: 'org.apache.commons', name: 'commons-configuration2', version: '2.9.0'

// ftp client
implementation 'commons-net:commons-net:3.9.0'
Expand Down

0 comments on commit 8d6f789

Please sign in to comment.