Skip to content

Commit 4d978e7

Browse files
Bump jsoup from 1.15.4 to 1.16.1 (#336)
* Bump jsoup from 1.15.4 to 1.16.1 Bumps [jsoup](https://github.com/jhy/jsoup) from 1.15.4 to 1.16.1. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](jhy/jsoup@jsoup-1.15.4...jsoup-1.16.1) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * wip - fix test --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sylwester Lachiewicz <[email protected]>
1 parent cae9947 commit 4d978e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

modello-plugins/modello-plugin-xdoc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.jsoup</groupId>
3232
<artifactId>jsoup</artifactId>
33-
<version>1.15.4</version>
33+
<version>1.16.1</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.xmlunit</groupId>

modello-plugins/modello-plugin-xdoc/src/test/resources/html4.expected.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
</source>
1818
<a name="class_model"/>
1919
<subsection name="model">
20-
<p>This is a description in HTML4<br /><strong>NOTE: </strong> HTML linebreak should be converted to selfclosing XML-tag</p>
20+
<p>This is a description in HTML4
21+
<br /><strong>NOTE: </strong> HTML linebreak should be converted to selfclosing XML-tag</p>
2122
<table>
2223
<tr>
2324
<th>Element</th>

0 commit comments

Comments
 (0)