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

@ -133,7 +133,7 @@
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-transcoder</artifactId>
<version>1.17</version>
<version>1.19</version>
</dependency>
<!-- svg support END -->

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>

View file

@ -343,7 +343,7 @@
<!-- json support -->
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.11.0</version>
<version>2.13.2</version>
</dependency>
<dependency>
<!-- extended lib from google (collections, io, etc) -->
@ -367,13 +367,13 @@
<!-- lib with useful code and utils -->
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.18.0</version>
</dependency>
<dependency>
<!-- scraping lib to download and parse html/symbols/images/svg -->
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.21.1</version>
<version>1.21.2</version>
</dependency>
</dependencies>
</dependencyManagement>