mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
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:
commit
8dbe3e9505
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
|
@ -51,7 +51,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-configuration2</artifactId>
|
<artifactId>commons-configuration2</artifactId>
|
||||||
<version>2.4</version>
|
<version>2.7</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-beanutils</groupId>
|
<groupId>commons-beanutils</groupId>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue