mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
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:
parent
911ab58fb9
commit
a098cb7849
3 changed files with 5 additions and 5 deletions
|
|
@ -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 -->
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
6
pom.xml
6
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue