Skip to content

Commit

Permalink
Merge pull request #579 from usc-isi-i2/security-alerts-april
Browse files Browse the repository at this point in the history
Security alerts april
  • Loading branch information
punith300i authored May 19, 2023
2 parents 2af1f6d + 76f90d2 commit a0f0a62
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion karma-app/build
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ unzip master.zip
mv karma-app-deps-master/*.tar.gz .
rm -rf karma-app-deps-master master.zip
# download tomcat binary
wget https://dlcdn.apache.org/tomcat/tomcat-8/v8.5.84/bin/apache-tomcat-8.5.84.zip
wget https://dlcdn.apache.org/tomcat/tomcat-8/v8.5.88/bin/apache-tomcat-8.5.88.zip
unzip apache-tomcat-*.zip
rm apache-tomcat-*.zip
mv apache-tomcat* tomcat
Expand Down
2 changes: 1 addition & 1 deletion karma-app/desktop/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "background.js",
"dependencies": {
"fs-jetpack": "^0.9.0",
"open": "latest",
"open": "7.0.2",
"tail": "latest",
"dialog-polyfill": "latest"
}
Expand Down
3 changes: 2 additions & 1 deletion karma-app/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"background": "resources/osx/dmg-background.png"
}
},

"directories": {
"buildResources": "resources"
},
Expand All @@ -43,7 +44,7 @@
"mocha": "^3.0.2",
"rollup": "^0.34.7",
"source-map-support": "^0.4.2",
"spectron": "^3.3.0",
"spectron": "^13.0.0",
"yargs": "^4.2.0",
"electron-packager": "latest"
}
Expand Down
1 change: 1 addition & 0 deletions karma-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.5</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions karma-jsonld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20141113</version>
<version>20230227</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.1</version>
<version>2.13.4.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-osgi</artifactId>
<version>4.5.2</version>
<version>4.5.13</version>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion karma-offline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
<version>1.5</version>
<version>1.18</version>
</dependency>
<dependency>
<groupId>jaxen</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<gson.version>2.8.9</gson.version>
<httpcomponents.version>4.5.13</httpcomponents.version>
<guava.version>29.0-jre</guava.version>
<spring.version>5.3.20</spring.version>
<spring.version>5.3.27</spring.version>

</properties>

Expand Down Expand Up @@ -235,12 +235,12 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20131018</version>
<version>20230227</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.4</version>
<version>1.5</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit a0f0a62

Please sign in to comment.