Bumped commons-beanutils; fixes gh-1178
This commit is contained in:
1
pom.xml
1
pom.xml
@@ -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>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"status": "REQUEST"
|
||||
}
|
||||
Binary file not shown.
@@ -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>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user