Skip to content

Commit

Permalink
Updated jetty-server (which is used for integration tests) to latest …
Browse files Browse the repository at this point in the history
…9.2 series (9.2.26.v20180806).
  • Loading branch information
jhy committed Oct 21, 2018
1 parent 220b771 commit cecdb32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jsoup changelog
set it to the global namespace.
<https://github.com/jhy/jsoup/issues/848>

* Updated jetty-server (which is used for integration tests) to latest 9.2 series (9.2.26.v20180806).

*** Release 1.11.3 [2018-Apr-15]
* Improvement: CDATA sections are now treated as whitespace preserving (regardless of the containing element), and are
round-tripped into output HTML.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,15 +235,15 @@
<!-- jetty for webserver integration tests. 9.2 is last with Java7 support -->
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.2.22.v20170606</version>
<version>9.2.26.v20180806</version>
<scope>test</scope>
</dependency>

<dependency>
<!-- jetty for webserver integration tests -->
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>9.2.22.v20170606</version>
<version>9.2.26.v20180806</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit cecdb32

Please sign in to comment.