Skip to content

Commit

Permalink
Merge pull request jbake-org#45 from httpants/feature/fix-jbake-issue…
Browse files Browse the repository at this point in the history
…-466

fix java.io.FileNotFoundException caused by old jetty version
  • Loading branch information
jonbullock authored Dec 28, 2021
2 parents 0fc9ee1 + 5bbc76b commit 3d3b22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.3</version>
<version>2.9.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 3d3b22a

Please sign in to comment.