diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2023-10-31 18:27:35 +0100 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2023-10-31 18:27:35 +0100 |
commit | f124dfca7f8ec97b1f28cb5d258d8ee5d1da9b30 (patch) | |
tree | 45371a88d92f9df45d921f6e50f5d8be31afd248 /.classpath | |
parent | c706290a085761d0af3a20a07ef82ea47424c031 (diff) | |
download | gitblit-f124dfca7f8ec97b1f28cb5d258d8ee5d1da9b30.tar.gz gitblit-f124dfca7f8ec97b1f28cb5d258d8ee5d1da9b30.zip |
dep: Update JSoup to 1.16.2
Update JSoup to version 1.16.2.
This requires renaming `Whitelist` to `Safelist`,
because the class name was changed in version 1.15.1
in a breaking change.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ <classpathentry kind="lib" path="ext/commons-pool2-2.0.jar" sourcepath="ext/src/commons-pool2-2.0.jar" /> <classpathentry kind="lib" path="ext/pf4j-0.9.0.jar" sourcepath="ext/src/pf4j-0.9.0.jar" /> <classpathentry kind="lib" path="ext/tika-core-1.5.jar" sourcepath="ext/src/tika-core-1.5.jar" /> - <classpathentry kind="lib" path="ext/jsoup-1.7.3.jar" sourcepath="ext/src/jsoup-1.7.3.jar" /> + <classpathentry kind="lib" path="ext/jsoup-1.16.2.jar" sourcepath="ext/src/jsoup-1.16.2.jar" /> <classpathentry kind="lib" path="ext/javax.activation-1.2.0.jar" sourcepath="ext/src/javax.activation-1.2.0.jar" /> <classpathentry kind="lib" path="ext/junit-4.12.jar" sourcepath="ext/src/junit-4.12.jar" /> <classpathentry kind="lib" path="ext/hamcrest-core-1.3.jar" sourcepath="ext/src/hamcrest-core-1.3.jar" /> |