aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJvD_Ericsson <jeff.van.dam@est.tech>2023-10-10 14:00:12 +0100
committerJvD_Ericsson <jeff.van.dam@est.tech>2023-10-12 13:01:40 +0100
commitddec8bc6eefff914a137710066474d54b4a8f58f (patch)
tree85b382c7efdf94e9fba2187fc79dd55c39e1128b
parentfb74aaa9dd13d0c9625f9c94d2a146bcab96496d (diff)
Upgrade vunerable depenecncies
Issue-ID: SDC-4653 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I48bb25956014dcf293fd11a0f5b0a71ad7cce25a
-rw-r--r--.readthedocs.yaml5
-rw-r--r--docs/_static/css/ribbon.css2
-rw-r--r--docs/conf.yaml7
-rw-r--r--pom.xml2
-rw-r--r--sdc-tosca/pom.xml2
5 files changed, 6 insertions, 12 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 3797dc8..e442ca7 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -9,10 +9,11 @@ formats:
- htmlzip
build:
- image: latest
+ os: ubuntu-20.04
+ tools:
+ python: "3.8"
python:
- version: 3.7
install:
- requirements: docs/requirements-docs.txt
diff --git a/docs/_static/css/ribbon.css b/docs/_static/css/ribbon.css
index 6008cb1..afb9480 100644
--- a/docs/_static/css/ribbon.css
+++ b/docs/_static/css/ribbon.css
@@ -59,5 +59,5 @@
/* fix width of the screen */
.wy-nav-content {
- max-width: none;
+ max-width: 800px;
}
diff --git a/docs/conf.yaml b/docs/conf.yaml
deleted file mode 100644
index ab59281..0000000
--- a/docs/conf.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
----
-project_cfg: onap
-project: onap
-
-# Change this to ReleaseBranchName to modify the header
-default-version: latest
-#
diff --git a/pom.xml b/pom.xml
index 19b9968..e32f38a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<scope>compile</scope>
- <version>31.1-jre</version>
+ <version>32.1.2-jre</version>
</dependency>
<!-- YAML parser -->
diff --git a/sdc-tosca/pom.xml b/sdc-tosca/pom.xml
index 32b6626..4f6544f 100644
--- a/sdc-tosca/pom.xml
+++ b/sdc-tosca/pom.xml
@@ -16,7 +16,7 @@
</parent>
<properties>
- <com.fasterxml.jackson.core.version>2.14.2</com.fasterxml.jackson.core.version>
+ <com.fasterxml.jackson.core.version>2.15.2</com.fasterxml.jackson.core.version>
</properties>
<dependencies>