diff options
author | Steve Smokowski <ss835w@att.com> | 2021-02-17 14:35:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-17 14:35:54 +0000 |
commit | ba4f60d79b9039c9cb1db46e68c4e9b3efe8f708 (patch) | |
tree | b7e1aa340c13abddd6019c350dda8f59efabff0b /bpmn/MSOCommonBPMN | |
parent | 207a5e38c1f565c4f07f54b7ff174c0002fdb413 (diff) | |
parent | d5968f56b382c50dfafc3b6feeccf5b81d176b9d (diff) |
Merge "update camunda and spring to latest versions"
Diffstat (limited to 'bpmn/MSOCommonBPMN')
-rw-r--r-- | bpmn/MSOCommonBPMN/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index 40e4607c39..60a689c04a 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -182,7 +182,6 @@ <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.9.4</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -340,7 +339,7 @@ <dependency> <groupId>ch.vorburger.mariaDB4j</groupId> <artifactId>mariaDB4j</artifactId> - <version>2.2.3</version> + <version>2.3.0</version> <scope>test</scope> </dependency> <dependency> |