dev: updated dependency versions of some libs (#13966)

batik-transcoder to 1.19
commons-compress to 1.28.0
gson to 2.13.2
commons-lang3 to 3.18.0
jsoup to 1.21.2
This commit is contained in:
ReSech 2025-10-07 06:45:24 +11:00 committed by GitHub
parent 911ab58fb9
commit a098cb7849
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -208,7 +208,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.27.1</version>
<version>1.28.0</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>