Bumped commons-beanutils; fixes gh-1178

This commit is contained in:
Marcin Grzejszczak
2019-08-30 09:47:43 +02:00
parent 00c2ab9c75
commit 395656bbc2
5 changed files with 2 additions and 4 deletions

View File

@@ -64,6 +64,7 @@
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<InMemoryJavaCompiler.version>1.3.0</InMemoryJavaCompiler.version>
<kotlin.version>1.3.50</kotlin.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
</properties>
<modules>

View File

@@ -1,3 +0,0 @@
{
"status": "REQUEST"
}

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>