Skip to content

Commit

Permalink
Upgrade shardingsphere to 5.3.2 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfeng authored Mar 31, 2023
1 parent cf4e077 commit ce105c2
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 @@ -23,8 +23,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>2.16.5.Final</quarkus.version>
<antlr.version>4.9.2</antlr.version> <!-- it needs to align with the antlr4-runtime version in shardingsphere -->
<shardingsphere.version>5.3.1</shardingsphere.version>
<antlr.version>4.10.1</antlr.version> <!-- it needs to align with the antlr4-runtime version in shardingsphere -->
<shardingsphere.version>5.3.2</shardingsphere.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit ce105c2

Please sign in to comment.