Bumped commons-beanutils; fixes gh-1178

This commit is contained in:
Marcin Grzejszczak
2019-08-30 09:47:43 +02:00
parent 347f0a7a92
commit 77866858ec
2 changed files with 2 additions and 1 deletions

View File

@@ -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>

View File

@@ -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>