Skip to content

Commit

Permalink
Bump jsoup from 1.15.1 to 1.15.3
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and slachiewicz committed Sep 5, 2022
1 parent fe1f292 commit fb43f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modello-plugins/modello-plugin-xdoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.1</version>
<version>1.15.3</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
</source>
<a name="class_model"/>
<subsection name="model">
<p>This is a description in HTML4
<br /><strong>NOTE: </strong> HTML linebreak should be converted to selfclosing XML-tag</p>
<p>This is a description in HTML4<br /> <strong>NOTE: </strong> HTML linebreak should be converted to selfclosing XML-tag</p>
<table>
<tr>
<th>Element</th>
Expand Down

0 comments on commit fb43f04

Please sign in to comment.