|
9 | 9 | <url>http://maven.apache.org</url> |
10 | 10 | <properties> |
11 | 11 | <jdk.version>1.11</jdk.version> |
12 | | - <spark.version>2.7.2</spark.version> |
| 12 | + <spark.version>2.9.4</spark.version> |
13 | 13 | <spark.freemarker.version>2.0.0</spark.freemarker.version> |
14 | 14 | <freemarker.version>2.3.23</freemarker.version> |
15 | 15 | <dbcp.version>2.1.1</dbcp.version> |
|
45 | 45 | <dependency> |
46 | 46 | <groupId>org.xerial</groupId> |
47 | 47 | <artifactId>sqlite-jdbc</artifactId> |
48 | | - <version>3.8.6</version> |
| 48 | + <version>3.41.2.2</version> |
49 | 49 | </dependency> |
50 | 50 | <!-- MySQL/Sphinx http://sphinxsearch.com/forum/view.html?id=16178 must be version 5.1.35 --> |
51 | 51 | <dependency> |
52 | 52 | <groupId>mysql</groupId> |
53 | 53 | <artifactId>mysql-connector-java</artifactId> |
54 | | - <version>5.1.35</version> |
| 54 | + <version>8.0.28</version> |
55 | 55 | </dependency> |
56 | 56 | <!-- Connection pool --> |
57 | 57 | <dependency> |
|
68 | 68 | <dependency> |
69 | 69 | <groupId>commons-codec</groupId> |
70 | 70 | <artifactId>commons-codec</artifactId> |
71 | | - <version>1.10</version> |
| 71 | + <version>1.14</version> |
72 | 72 | </dependency> |
73 | 73 | <!-- Gson: Java to Json conversion --> |
74 | 74 | <dependency> |
75 | 75 | <groupId>com.google.code.gson</groupId> |
76 | 76 | <artifactId>gson</artifactId> |
77 | | - <version>2.8.0</version> |
| 77 | + <version>2.8.9</version> |
78 | 78 | <scope>compile</scope> |
79 | 79 | </dependency> |
80 | 80 | <!-- Guava, generally awesome --> |
81 | 81 | <dependency> |
82 | 82 | <groupId>com.google.guava</groupId> |
83 | 83 | <artifactId>guava</artifactId> |
84 | | - <version>18.0</version> |
| 84 | + <version>32.0.0-android</version> |
85 | 85 | </dependency> |
86 | 86 | <!-- Quartz Job Scheduler --> |
87 | 87 | <dependency> |
88 | 88 | <groupId>org.quartz-scheduler</groupId> |
89 | 89 | <artifactId>quartz</artifactId> |
90 | | - <version>2.2.2</version> |
| 90 | + <version>2.3.2</version> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>org.quartz-scheduler</groupId> |
|
110 | 110 | <dependency> |
111 | 111 | <groupId>commons-io</groupId> |
112 | 112 | <artifactId>commons-io</artifactId> |
113 | | - <version>2.4</version> |
| 113 | + <version>2.14.0</version> |
114 | 114 | </dependency> |
115 | 115 | <!-- Charset guesser --> |
116 | 116 | <dependency> |
|
150 | 150 | <dependency> |
151 | 151 | <groupId>org.zeroturnaround</groupId> |
152 | 152 | <artifactId>zt-exec</artifactId> |
153 | | - <version>1.10</version> |
| 153 | + <version>1.11</version> |
154 | 154 | </dependency> |
155 | 155 | <!-- Cache Layer --> |
156 | 156 | <dependency> |
|
0 commit comments