Skip to content

Commit

Permalink
Update fastjson version to 2.0.17 and mybatis for provided scope vers…
Browse files Browse the repository at this point in the history
…ion to 3.5.11
  • Loading branch information
eiriksgata committed Nov 10, 2022
1 parent b39a83b commit 5b58081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>2.0.13</version>
<version>2.0.17</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.5.10</version>
<version>3.5.11</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 5b58081

Please sign in to comment.