Skip to content

Commit 5df0ce8

Browse files
committed
Bumping htmlcleaner in example project to 2.29
Addresses CVE https://nvd.nist.gov/vuln/detail/CVE-2023-34624 . Pushing to master to remove this from vulnerability report.
1 parent b9aa2e3 commit 5df0ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
api 'org.jdom:jdom2:2.0.6.1'
3232
api 'org.dom4j:dom4j:2.1.4'
3333
api 'com.google.code.gson:gson:2.10.1'
34-
api 'net.sourceforge.htmlcleaner:htmlcleaner:2.26'
34+
api 'net.sourceforge.htmlcleaner:htmlcleaner:2.29'
3535
api 'com.opencsv:opencsv:4.6'
3636
api 'org.springframework:spring-jdbc:5.3.29'
3737
api 'org.apache.commons:commons-lang3:3.12.0'

0 commit comments

Comments
 (0)