Bumped commons-beanutils; fixes gh-1178
This commit is contained in:
1
pom.xml
1
pom.xml
@@ -59,6 +59,7 @@
|
||||
<aether.version>1.1.0</aether.version>
|
||||
<xpath2.processor.version>2.1.100</xpath2.processor.version>
|
||||
<xerces.version>2.11.0</xerces.version>
|
||||
<commons-beanutils.version>1.9.4</commons-beanutils.version>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
<dependency>
|
||||
<groupId>commons-beanutils</groupId>
|
||||
<artifactId>commons-beanutils</artifactId>
|
||||
<version>1.9.3</version>
|
||||
<version>${commons-beanutils.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
|
||||
Reference in New Issue
Block a user