Merge pull request #2 from rasilon/dependabot/maven/org.apache.commons-commons-configuration2-2.7

Security fix; doesn't technically affect us since we don't use YAML currently.
Bump commons-configuration2 from 2.4 to 2.7
This commit is contained in:
Derry Hamilton 2020-05-21 21:41:30 +01:00 committed by GitHub
commit 8dbe3e9505
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.4</version>
<version>2.7</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>