This repository was archived by the owner on Apr 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +12
-10
lines changed Expand file tree Collapse file tree 7 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ unzip master.zip
48
48
mv karma-app-deps-master/* .tar.gz .
49
49
rm -rf karma-app-deps-master master.zip
50
50
# download tomcat binary
51
- wget https://dlcdn.apache.org/tomcat/tomcat-8/v8.5.84 /bin/apache-tomcat-8.5.84 .zip
51
+ wget https://dlcdn.apache.org/tomcat/tomcat-8/v8.5.88 /bin/apache-tomcat-8.5.88 .zip
52
52
unzip apache-tomcat-* .zip
53
53
rm apache-tomcat-* .zip
54
54
mv apache-tomcat* tomcat
Original file line number Diff line number Diff line change 9
9
"main" : " background.js" ,
10
10
"dependencies" : {
11
11
"fs-jetpack" : " ^0.9.0" ,
12
- "open" : " latest " ,
12
+ "open" : " 7.0.2 " ,
13
13
"tail" : " latest" ,
14
14
"dialog-polyfill" : " latest"
15
15
}
Original file line number Diff line number Diff line change 19
19
"background" : " resources/osx/dmg-background.png"
20
20
}
21
21
},
22
+
22
23
"directories" : {
23
24
"buildResources" : " resources"
24
25
},
43
44
"mocha" : " ^3.0.2" ,
44
45
"rollup" : " ^0.34.7" ,
45
46
"source-map-support" : " ^0.4.2" ,
46
- "spectron" : " ^3.3 .0" ,
47
+ "spectron" : " ^13.0 .0" ,
47
48
"yargs" : " ^4.2.0" ,
48
49
"electron-packager" : " latest"
49
50
}
Original file line number Diff line number Diff line change 103
103
<dependency >
104
104
<groupId >commons-fileupload</groupId >
105
105
<artifactId >commons-fileupload</artifactId >
106
+ <version >1.5</version >
106
107
</dependency >
107
108
108
109
<dependency >
Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >org.json</groupId >
21
21
<artifactId >json</artifactId >
22
- <version >20141113 </version >
22
+ <version >20230227 </version >
23
23
</dependency >
24
24
<dependency >
25
25
<groupId >org.apache.commons</groupId >
49
49
<dependency >
50
50
<groupId >com.fasterxml.jackson.core</groupId >
51
51
<artifactId >jackson-databind</artifactId >
52
- <version >2.13.4.1 </version >
52
+ <version >2.13.4.2 </version >
53
53
</dependency >
54
54
<dependency >
55
55
<groupId >com.fasterxml.jackson.core</groupId >
88
88
<dependency >
89
89
<groupId >org.apache.httpcomponents</groupId >
90
90
<artifactId >httpclient-osgi</artifactId >
91
- <version >4.5.2 </version >
91
+ <version >4.5.13 </version >
92
92
<exclusions >
93
93
<exclusion >
94
94
<artifactId >commons-logging</artifactId >
Original file line number Diff line number Diff line change 56
56
<dependency >
57
57
<groupId >org.apache.tika</groupId >
58
58
<artifactId >tika-parsers</artifactId >
59
- <version >1.5 </version >
59
+ <version >1.18 </version >
60
60
</dependency >
61
61
<dependency >
62
62
<groupId >jaxen</groupId >
Original file line number Diff line number Diff line change 74
74
<gson .version>2.8.9</gson .version>
75
75
<httpcomponents .version>4.5.13</httpcomponents .version>
76
76
<guava .version>29.0-jre</guava .version>
77
- <spring .version>5.3.20 </spring .version>
77
+ <spring .version>5.3.27 </spring .version>
78
78
79
79
</properties >
80
80
235
235
<dependency >
236
236
<groupId >org.json</groupId >
237
237
<artifactId >json</artifactId >
238
- <version >20131018 </version >
238
+ <version >20230227 </version >
239
239
</dependency >
240
240
<dependency >
241
241
<groupId >commons-fileupload</groupId >
242
242
<artifactId >commons-fileupload</artifactId >
243
- <version >1.4 </version >
243
+ <version >1.5 </version >
244
244
</dependency >
245
245
<dependency >
246
246
<groupId >commons-io</groupId >
You can’t perform that action at this time.
0 commit comments