diff options
author | Rupali Shirode <rupali.shirode@t-systems.com> | 2023-08-17 17:35:24 +0530 |
---|---|---|
committer | Rupali Shirode <rupali.shirode@t-systems.com> | 2023-08-17 17:36:51 +0530 |
commit | 7d2e0ab737e76d4fe2d839181e49b4cbf6ff2b10 (patch) | |
tree | c0c90eb4cbc5cdb608c4bf0362ab5de3efb6878c | |
parent | 43224c4dc5ff3bf67979f480d8628f300497da07 (diff) |
[SO] PACKAGES UPGRADES for SO
PACKAGES UPGRADES for SO
Issue-ID: SO-4035
Change-Id: I8022bfd815b9c2579e90b6718d1ac12358018b46
Signed-off-by: Rupali Shirode <rupali.shirode@t-systems.com>
-rw-r--r-- | pom.xml | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1109,6 +1109,26 @@ <version>2.5.15</version> </dependency> <dependency> + <groupId>org.springframework.data</groupId> + <artifactId>spring-data-rest-hal-browser</artifactId> + <version>3.3.9.RELEASE</version> + </dependency> + <dependency> + <groupId>org.glassfish.jersey.core</groupId> + <artifactId>jersey-common</artifactId> + <version>2.30.1</version> + </dependency> + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <version>2.1.214</version> + </dependency> + <dependency> + <groupId>org.springframework.security</groupId> + <artifactId>spring-security-web</artifactId> + <version>6.1.2</version> + </dependency> + <dependency> <groupId>org.camunda.bpm</groupId> <artifactId>camunda-external-task-client</artifactId> <version>1.4.0</version> |