Skip to content

Commit

Permalink
Update to JSoup 1.16.2
Browse files Browse the repository at this point in the history
Version 1.14.2 used till now is vulnerable to
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36033 .
  • Loading branch information
akurtakov committed Nov 15, 2023
1 parent e6f613b commit 44ec0a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Export-Package: org.eclipse.jdt.ls.core.contentassist;x-friends:="org.eclipse.jd
org.eclipse.jdt.ls.internal.gradle.checksums;x-friends:="org.eclipse.jdt.ls.tests",
org.eclipse.lsp4j.extended;x-friends:="org.eclipse.jdt.ls.tests",
org.eclipse.lsp4j.legacy.typeHierarchy;x-friends:="org.eclipse.jdt.ls.tests"
Bundle-ClassPath: lib/jsoup-1.14.2.jar,
Bundle-ClassPath: lib/jsoup-1.16.2.jar,
lib/remark-1.2.0.jar,
lib/java-decompiler-engine-231.9011.34.jar,
.
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.core/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ output.. = target/classes
bin.includes = META-INF/,\
.,\
plugin.xml,\
lib/jsoup-1.14.2.jar,\
lib/jsoup-1.16.2.jar,\
lib/remark-1.2.0.jar,\
lib/java-decompiler-engine-231.9011.34.jar,\
lifecycle-mapping-metadata.xml,\
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<artifactItem>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.14.2</version>
<version>1.16.2</version>
</artifactItem>
<artifactItem>
<groupId>com.jetbrains.intellij.java</groupId>
Expand Down

0 comments on commit 44ec0a9

Please sign in to comment.