Skip to content

Commit 9e5742c

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.20.1</version>
31+
<version>1.21.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<br />
2222
This is a description in HTML4
2323
<br />
24-
<strong>NOTE: </strong>HTML linebreak should be converted to selfclosing XML-tag
24+
<strong>NOTE: </strong> HTML linebreak should be converted to selfclosing XML-tag
2525
<br />
2626
<p><b>Since</b>: Maven 3</p></p>
2727
<table>

0 commit comments

Comments
 (0)