Skip to content

Commit b3db9cd

Browse files
[Dependabot]: Bump org.apache.commons:commons-configuration2
Bumps org.apache.commons:commons-configuration2 from 2.11.0 to 2.13.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-configuration2 dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e527237 commit b3db9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ tasks.register('acceptance-tests', Test) {
8484

8585
dependencies {
8686
// Utilities
87-
implementation group: 'org.apache.commons', name: 'commons-configuration2', version: '2.11.0'
87+
implementation group: 'org.apache.commons', name: 'commons-configuration2', version: '2.13.0'
8888

8989
// HTTP client
9090
def retrofitVersion = '2.9.0'

0 commit comments

Comments
 (0)