Skip to content

Commit fb43f04

Browse files
dependabot[bot]slachiewicz
authored andcommitted
Bump jsoup from 1.15.1 to 1.15.3
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.15.1 to 1.15.3. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](jhy/jsoup@jsoup-1.15.1...jsoup-1.15.3) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe1f292 commit fb43f04

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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.1</version>
33+
<version>1.15.3</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.xmlunit</groupId>

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

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

0 commit comments

Comments
 (0)