Skip to content

Commit 659570f

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

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>org.jsoup</groupId>
3030
<artifactId>jsoup</artifactId>
31-
<version>1.19.1</version>
31+
<version>1.20.1</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.github.chhorz</groupId>

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
<subsection name="model">
2020
<p>Whether this proxy configuration is the active one. Note: While the type of this field is <code>String</code> for technical reasons, the semantic type is actually <code>boolean</code>.
2121
<br />
22-
This is a description in HTML4
23-
<br /><strong>NOTE: </strong> HTML linebreak should be converted to selfclosing XML-tag
22+
This is a description in HTML4
23+
<br />
24+
<strong>NOTE: </strong>HTML linebreak should be converted to selfclosing XML-tag
2425
<br />
2526
<p><b>Since</b>: Maven 3</p></p>
2627
<table>
@@ -44,4 +45,4 @@
4445
</subsection>
4546
</section>
4647
</body>
47-
</document>
48+
</document>

0 commit comments

Comments
 (0)