Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Upgrade com.sparkjava:spark-core to fix vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
davidxia committed Oct 23, 2018
1 parent d6bc25a commit 5c3d876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/src/it/advanced/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.3</version>
<version>2.8.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion plugin/src/it/advanced/frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.3</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 5c3d876

Please sign in to comment.