Skip to content
Snippets Groups Projects
Commit 1c925ffd authored by Solomon Ayalew's avatar Solomon Ayalew
Browse files

Update dependancy version to fix vulnerabilities

parent d0c3e96b
No related branches found
No related tags found
1 merge request!792Update dependancy version to fix vulnerabilities
Pipeline #227986 failed
......@@ -27,7 +27,7 @@
<maven.compiler.source>17</maven.compiler.source>
<docker.image.prefix>opendes</docker.image.prefix>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<os-core-common.version>0.24.0</os-core-common.version>
<os-core-common.version>0.25.0-rc2</os-core-common.version>
<jackson-databind.version>2.14.0</jackson-databind.version>
<jackson.version>2.14.0</jackson.version>
<netty.version>4.1.51.Final</netty.version>
......@@ -72,7 +72,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.7.10</version>
<version>2.7.17</version>
<type>pom</type>
<scope>import</scope>
</dependency>
......@@ -124,7 +124,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.7.8</version>
<version>5.7.11</version>
</dependency>
</dependencies>
</dependencyManagement>
......
......@@ -28,7 +28,6 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>storage-aws</artifactId>
<description>Storage service on AWS</description>
<version>0.25.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
......@@ -102,6 +101,11 @@
<artifactId>spring-webmvc</artifactId>
<version>${spring-webmvc.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.8.2</version>
</dependency>
<!-- Testing packages -->
<dependency>
......
......@@ -27,15 +27,11 @@
<artifactId>storage-azure</artifactId>
<description>Storage service on Azure</description>
<packaging>jar</packaging>
<version>0.25.0-SNAPSHOT</version>
<properties>
<java.version>17</java.version>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<azure.appservice.resourcegroup />
<azure.appservice.plan />
<azure.appservice.appname />
<azure.appservice.subscription />
<osdu.corelibazure.version>0.24.0</osdu.corelibazure.version>
<osdu.storage-core.version>0.25.0-SNAPSHOT</osdu.storage-core.version>
<junit.version>4.12</junit.version>
......@@ -66,6 +62,14 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.7.17</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- Inherit managed dependencies from core-lib-azure -->
<dependency>
<groupId>org.opengroup.osdu</groupId>
......@@ -194,7 +198,6 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-common</artifactId>
<version>${os-core-common.version}</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......
......@@ -28,7 +28,6 @@
</parent>
<artifactId>storage-gc</artifactId>
<version>0.25.0-SNAPSHOT</version>
<description>Google cloud related implementation staff.</description>
<packaging>jar</packaging>
......@@ -55,7 +54,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.7.10</version>
<version>2.7.17</version>
<type>pom</type>
<scope>import</scope>
</dependency>
......
......@@ -32,7 +32,6 @@
<os-core-lib-ibm.version>0.24.0</os-core-lib-ibm.version>
<start-class>org.opengroup.osdu.storage.provider.ibm.app.StorageIBMApplication</start-class>
<jackson-dataformat-cbor.version>2.11.4</jackson-dataformat-cbor.version>
<spring-security-core.version>5.7.7</spring-security-core.version>
<tomcat-embed-core.version>9.0.70</tomcat-embed-core.version>
<commons-compress.version>1.22</commons-compress.version>
</properties>
......@@ -51,7 +50,6 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>${spring-security-core.version}</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......
......@@ -16,9 +16,7 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.opengroup.osdu</groupId>
<artifactId>storage-core</artifactId>
<version>0.25.0-SNAPSHOT</version>
<description>Core project for the storage service</description>
<packaging>jar</packaging>
......@@ -63,9 +61,12 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-common</artifactId>
<version>${os-core-common.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.8.2</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment