Skip to content
Snippets Groups Projects
Commit c5bf0cf6 authored by Manish Jangid's avatar Manish Jangid
Browse files

Update version for vulnerable Spring libs

parent dd7874fd
No related branches found
No related tags found
3 merge requests!243Adding support for EKS 1.23,!240Squashed commit of the following,!239Spring Vulnerability fix
Pipeline #160566 failed
......@@ -9,7 +9,7 @@
<docker.image.prefix>org.opengroup.osdu</docker.image.prefix>
<powermock.version>2.0.6</powermock.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<os-core-common.version>0.16.0</os-core-common.version>
<os-core-common.version>0.19.0-SNAPSHOT</os-core-common.version>
<snakeyaml.version>1.33</snakeyaml.version>
<lucene.version>8.0.0</lucene.version>
<log4j.version>2.17.1</log4j.version>
......
......@@ -71,7 +71,7 @@
<dependency>
<groupId>org.opengroup.osdu.core.aws</groupId>
<artifactId>os-core-lib-aws</artifactId>
<version>0.14.0-rc2</version>
<version>0.19.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......@@ -83,6 +83,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.7.5</version>
</dependency>
<!-- AWS-managed packages -->
<dependency>
......
......@@ -91,6 +91,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.7.5</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</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