Skip to content

Commit

Permalink
update vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hvarg committed Aug 19, 2024
1 parent b8d0559 commit 7306d39
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.isi.wings</groupId>
<artifactId>wings-core</artifactId>
<version>5.5.2</version>
<version>5.5.3</version>
<name>Wings Core</name>
<packaging>pom</packaging>
<description>Wings project for the IKCAP group</description>
Expand Down
6 changes: 3 additions & 3 deletions planner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
<parent>
<groupId>edu.isi.wings</groupId>
<artifactId>wings-core</artifactId>
<version>5.5.2</version>
<version>5.5.3</version>
<relativePath>../core/pom.xml</relativePath>
</parent>

<properties>
<jsch.version>0.1.53</jsch.version>
<ontapi.version>1.3.4</ontapi.version>
<nanocloud.version>0.8.11</nanocloud.version>
<gson.version>2.2.4</gson.version>
<gson.version>2.11.0</gson.version>
<junit.version>4.5</junit.version>
<slf4j-log4j.version>1.7.25</slf4j-log4j.version>
<jaxb.version>2.3.0</jaxb.version>
<derby.version>10.10.1.1</derby.version>
<commons-io.version>2.4</commons-io.version>
<commons-io.version>2.16.1</commons-io.version>
<java-getopt.version>1.0.9</java-getopt.version>
<commons-configuration.version>1.10</commons-configuration.version>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>edu.isi.wings</groupId>
<artifactId>wings-core</artifactId>
<version>5.5.2</version>
<version>5.5.3</version>
<relativePath>core/pom.xml</relativePath>
</parent>

Expand Down
10 changes: 5 additions & 5 deletions portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
<parent>
<groupId>edu.isi.wings</groupId>
<artifactId>wings-core</artifactId>
<version>5.5.2</version>
<version>5.5.3</version>
<relativePath>../core/pom.xml</relativePath>
</parent>

<properties>
<!-- rewrite.version>2.0.12.Final</rewrite.version -->
<wings-opmm.version>1.2.4</wings-opmm.version>
<servlet-api.version>2.5</servlet-api.version>
<httpclient.version>4.5.2</httpclient.version>
<httpclient.version>4.5.14</httpclient.version>
<jersey.version>2.27</jersey.version>
<jackson.version>2.8.6</jackson.version>
<javax.validation.version>1.1.0.Final</javax.validation.version>
<commons-fileupload.version>1.3.3</commons-fileupload.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>1.22</version>
<version>1.28.5</version>
</dependency>

<!-- Servlet (only for compilation, not in WAR file) -->
Expand All @@ -133,7 +133,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<version>8.5.91</version>
<version>8.5.100</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion portal/src/main/webapp/html/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ <h2>About Wings</h2>
</p>

<p>
You are running WINGS version: 5.5.2
You are running WINGS version: 5.5.3
</p>
</body>

0 comments on commit 7306d39

Please sign in to comment.