diff options
author | chandana.g.n <chandana.g.n@accenture.com> | 2024-10-09 13:17:38 +0000 |
---|---|---|
committer | chandana.g.n <chandana.g.n@accenture.com> | 2024-10-15 07:09:06 +0000 |
commit | b992a32981f459249634daa1dfdeb26b060a4e80 (patch) | |
tree | ce6f060c0d88aa5a447c4fbdb41bc15efe98314c /ms/blueprintsprocessor/modules/commons/rest-lib | |
parent | 940a89a0b3e9f69fcb58101d8d4a7ab2763ba715 (diff) |
Updated to Java-17
- Updated parent project and fixed security vulnerabilities
Issue-ID: CCSDK-4059
Change-Id: Ie02ae86a578dd7732b7a71b6a9e9d3a5997c17b3
Signed-off-by: chandana.g.n <chandana.g.n@accenture.com>
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons/rest-lib')
-rw-r--r-- | ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml index 16c48701d..74680ae14 100644 --- a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml @@ -53,6 +53,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> + <version>5.3.39</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -64,5 +65,14 @@ <artifactId>spring-boot-starter-security</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.springframework.security</groupId> + <artifactId>spring-security-core</artifactId> + <version>6.3.0</version> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-compiler-embeddable</artifactId> + </dependency> </dependencies> </project> |