Skip to content

Commit

Permalink
Fix Jetty version
Browse files Browse the repository at this point in the history
Both Jetty-Server and -Servlet jars must be on same version.
  • Loading branch information
jhy committed Dec 10, 2020
1 parent 6c689fc commit c52f831
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jsoup changelog

* Change: updated the minimum Android API level from 8 to 10.

* Change: updated Jetty (used for integration tests; not bundled) to 9.4.35.v2020112.

*** Release 1.13.1 [2020-Feb-29]
* Improvement: added Element#closest(selector), which walks up the tree to find the nearest element matching the
selector.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
<!-- jetty for webserver integration tests -->
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>9.4.26.v20200117</version>
<version>9.4.35.v20201120</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit c52f831

Please sign in to comment.