diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2022-10-12 15:32:30 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2022-10-12 15:32:30 -0500 |
commit | 43603a5ad697f9ee111ca69dabec7082d961c812 (patch) | |
tree | 967312d42cfd3bf6d8d35d6fb9910bcb9afec338 /integration/pom.xml | |
parent | 7eaa3d2f2fe2609e76d423a23e6fb43b4fe38898 (diff) |
Upgrade blueprint-proto to 1.4.0.
This is to cover the security vulnerability reported for
com.google.protobuf : protobuf-java : 3.19.4
See drools-applications dependency that transitively picks it up:
<dependency>
<groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
<artifactId>blueprint-proto</artifactId>
</dependency>
Issue-ID: POLICY-4393
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I17f609f937cb555e1a72ab8ba1008e667f55870f
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 7a07ba95..af480ccd 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -45,7 +45,7 @@ <version.drools>7.73.0.Final</version.drools> <version.jersey>2.33</version.jersey> <version.jackson>2.14.0-rc1</version.jackson> - <version.ccsdk>1.1.5</version.ccsdk> + <version.ccsdk>1.4.0</version.ccsdk> <version.swagger>1.6.6</version.swagger> <version.javax.bind>2.3.1</version.javax.bind> <version.javax.json>1.1.4</version.javax.json> |