Upgrade vunerable depenecncies 47/136147/2
authorJvD_Ericsson <jeff.van.dam@est.tech>
Tue, 10 Oct 2023 13:00:12 +0000 (14:00 +0100)
committerJvD_Ericsson <jeff.van.dam@est.tech>
Thu, 12 Oct 2023 12:01:40 +0000 (13:01 +0100)
Issue-ID: SDC-4653
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I48bb25956014dcf293fd11a0f5b0a71ad7cce25a

.readthedocs.yaml
docs/_static/css/ribbon.css
docs/conf.yaml [deleted file]
pom.xml
sdc-tosca/pom.xml

index 3797dc8..e442ca7 100644 (file)
@@ -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
 
index 6008cb1..afb9480 100644 (file)
@@ -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 (file)
index ab59281..0000000
+++ /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 (file)
--- a/pom.xml
+++ b/pom.xml
             <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 -->
index 32b6626..4f6544f 100644 (file)
@@ -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>