Skip to content

Commit 6d352cd

Browse files
committed
Add Jackson dependency and upgrade current dependencies
1 parent cad859b commit 6d352cd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

swan-pipeline/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@
6868
<version>16</version>
6969
<type>pom</type>
7070
</dependency>
71-
<!--dependency>
72-
<groupId>ca.mcgill.sable</groupId>
73-
<artifactId>soot</artifactId>
74-
<version>3.2.0</version>
75-
</dependency-->
7671
<dependency>
7772
<groupId>org.soot-oss</groupId>
7873
<artifactId>soot</artifactId>
@@ -117,7 +112,7 @@
117112
<dependency>
118113
<groupId>org.reflections</groupId>
119114
<artifactId>reflections</artifactId>
120-
<version>0.10.1</version>
115+
<version>0.10.2</version>
121116
</dependency>
122117
<dependency>
123118
<groupId>dev.jeka</groupId>
@@ -180,14 +175,19 @@
180175
<dependency>
181176
<groupId>info.picocli</groupId>
182177
<artifactId>picocli</artifactId>
183-
<version>4.6.1</version>
178+
<version>4.6.2</version>
184179
</dependency>
185180
<dependency>
186181
<groupId>commons-io</groupId>
187182
<artifactId>commons-io</artifactId>
188-
<version>2.7</version>
183+
<version>2.11.0</version>
189184
<scope>compile</scope>
190185
</dependency>
186+
<dependency>
187+
<groupId>com.fasterxml.jackson.core</groupId>
188+
<artifactId>jackson-databind</artifactId>
189+
<version>2.13.0</version>
190+
</dependency>
191191
</dependencies>
192192

193193
<distributionManagement>

0 commit comments

Comments
 (0)