Skip to content

Commit d79655a

Browse files
author
Jay Supriya Miriyala
committed
Updated java vulnerable dependencies
1 parent 7f5fae3 commit d79655a

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

java/pom.xml

+15-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.factset.protobuf</groupId>
1212
<artifactId>stachextensions</artifactId>
13-
<version>1.4.0</version>
13+
<version>1.5.0</version>
1414

1515
<licenses>
1616
<license>
@@ -167,24 +167,34 @@
167167
<dependency>
168168
<groupId>com.fasterxml.jackson.core</groupId>
169169
<artifactId>jackson-core</artifactId>
170-
<version>2.10.5</version>
170+
<version>2.13.5</version>
171171
</dependency>
172172
<dependency>
173173
<groupId>com.fasterxml.jackson.core</groupId>
174174
<artifactId>jackson-databind</artifactId>
175-
<version>2.10.5.1</version>
175+
<version>2.13.5</version>
176176
</dependency>
177177
<dependency>
178178
<groupId>org.json</groupId>
179179
<artifactId>json</artifactId>
180-
<version>20220320</version>
180+
<version>20231013</version>
181181
</dependency>
182182
<dependency>
183183
<groupId>org.testng</groupId>
184184
<artifactId>testng</artifactId>
185-
<version>7.4.0</version>
185+
<version>7.7.0</version>
186186
<scope>test</scope>
187187
</dependency>
188+
<dependency>
189+
<groupId>org.slf4j</groupId>
190+
<artifactId>slf4j-api</artifactId>
191+
<version>2.0.16</version>
192+
</dependency>
193+
<dependency>
194+
<groupId>org.slf4j</groupId>
195+
<artifactId>slf4j-simple</artifactId>
196+
<version>2.0.16</version>
197+
</dependency>
188198
</dependencies>
189199

190200
</project>

0 commit comments

Comments
 (0)