[SO] PACKAGES UPGRADES for SO 06/135706/1
authorRupali Shirode <rupali.shirode@t-systems.com>
Thu, 17 Aug 2023 12:05:24 +0000 (17:35 +0530)
committerRupali Shirode <rupali.shirode@t-systems.com>
Thu, 17 Aug 2023 12:06:51 +0000 (17:36 +0530)
PACKAGES UPGRADES for SO

Issue-ID: SO-4035
Change-Id: I8022bfd815b9c2579e90b6718d1ac12358018b46
Signed-off-by: Rupali Shirode <rupali.shirode@t-systems.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 554440f..8a1217b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>janino</artifactId>
         <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>