Skip to content

Commit

Permalink
Bump org.jsoup:jsoup from 1.17.1 to 1.17.2 (#498)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent 75082c1 commit 3198a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.17.1</version>
<version>1.17.2</version>
</dependency>
<dependency>
<groupId>io.jenkins</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void testEmailWithMixedCss() {
String output = process(input);
assertEquals(
"<html>"
+ "<head><style><![CDATA[ span {font-family: Verdana;} ]]></style></head>"
+ "<head><style>/*<![CDATA[*/ span {font-family: Verdana;} /*]]>*/</style></head>"
+ "<body><span style=\"font-size: 10px; color: red;\">Red text</span></body></html>",
output);
}
Expand Down

0 comments on commit 3198a82

Please sign in to comment.