From ddec8bc6eefff914a137710066474d54b4a8f58f Mon Sep 17 00:00:00 2001 From: JvD_Ericsson Date: Tue, 10 Oct 2023 14:00:12 +0100 Subject: Upgrade vunerable depenecncies Issue-ID: SDC-4653 Signed-off-by: JvD_Ericsson Change-Id: I48bb25956014dcf293fd11a0f5b0a71ad7cce25a --- .readthedocs.yaml | 5 +++-- docs/_static/css/ribbon.css | 2 +- docs/conf.yaml | 7 ------- pom.xml | 2 +- sdc-tosca/pom.xml | 2 +- 5 files changed, 6 insertions(+), 12 deletions(-) delete mode 100644 docs/conf.yaml 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 @@ com.google.guava guava compile - 31.1-jre + 32.1.2-jre 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 @@ - 2.14.2 + 2.15.2 -- cgit 1.2.3-korg