Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 73adaef

Browse files
authored
Merge pull request #2 from gafawork/snyk-fix-62f1ca772e198afdc754ac230b182540
[Snyk] Fix for 34 vulnerabilities
2 parents c59edd6 + 332a112 commit 73adaef

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<url>http://maven.apache.org</url>
1010
<properties>
1111
<jdk.version>1.11</jdk.version>
12-
<spark.version>2.7.2</spark.version>
12+
<spark.version>2.9.4</spark.version>
1313
<spark.freemarker.version>2.0.0</spark.freemarker.version>
1414
<freemarker.version>2.3.23</freemarker.version>
1515
<dbcp.version>2.1.1</dbcp.version>
@@ -45,13 +45,13 @@
4545
<dependency>
4646
<groupId>org.xerial</groupId>
4747
<artifactId>sqlite-jdbc</artifactId>
48-
<version>3.8.6</version>
48+
<version>3.41.2.2</version>
4949
</dependency>
5050
<!-- MySQL/Sphinx http://sphinxsearch.com/forum/view.html?id=16178 must be version 5.1.35 -->
5151
<dependency>
5252
<groupId>mysql</groupId>
5353
<artifactId>mysql-connector-java</artifactId>
54-
<version>5.1.35</version>
54+
<version>8.0.28</version>
5555
</dependency>
5656
<!-- Connection pool -->
5757
<dependency>
@@ -68,26 +68,26 @@
6868
<dependency>
6969
<groupId>commons-codec</groupId>
7070
<artifactId>commons-codec</artifactId>
71-
<version>1.10</version>
71+
<version>1.14</version>
7272
</dependency>
7373
<!-- Gson: Java to Json conversion -->
7474
<dependency>
7575
<groupId>com.google.code.gson</groupId>
7676
<artifactId>gson</artifactId>
77-
<version>2.8.0</version>
77+
<version>2.8.9</version>
7878
<scope>compile</scope>
7979
</dependency>
8080
<!-- Guava, generally awesome -->
8181
<dependency>
8282
<groupId>com.google.guava</groupId>
8383
<artifactId>guava</artifactId>
84-
<version>18.0</version>
84+
<version>32.0.0-android</version>
8585
</dependency>
8686
<!-- Quartz Job Scheduler -->
8787
<dependency>
8888
<groupId>org.quartz-scheduler</groupId>
8989
<artifactId>quartz</artifactId>
90-
<version>2.2.2</version>
90+
<version>2.3.2</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.quartz-scheduler</groupId>
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>commons-io</groupId>
112112
<artifactId>commons-io</artifactId>
113-
<version>2.4</version>
113+
<version>2.14.0</version>
114114
</dependency>
115115
<!-- Charset guesser -->
116116
<dependency>
@@ -150,7 +150,7 @@
150150
<dependency>
151151
<groupId>org.zeroturnaround</groupId>
152152
<artifactId>zt-exec</artifactId>
153-
<version>1.10</version>
153+
<version>1.11</version>
154154
</dependency>
155155
<!-- Cache Layer -->
156156
<dependency>

0 commit comments

Comments
 (0)