Skip to content

Commit

Permalink
Upgrade sharding-sphere to 5.5.0 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfeng authored Aug 21, 2024
1 parent 76a239a commit ee15941
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<quarkus.version>3.13.3</quarkus.version>
<antlr.version>4.10.1</antlr.version>
<!-- it needs to align with the antlr4-runtime version in shardingsphere -->
<snakeyaml.version>1.33</snakeyaml.version>
<snakeyaml.version>2.2</snakeyaml.version>
<!-- it needs to align with the snakeyaml version in shardingsphere -->
<shardingsphere.version>5.4.1</shardingsphere.version>
<shardingsphere.version>5.5.0</shardingsphere.version>
</properties>
<dependencyManagement>
<dependencies>
Expand All @@ -46,7 +46,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-jdbc-core</artifactId>
<artifactId>shardingsphere-jdbc</artifactId>
<version>${shardingsphere.version}</version>
</dependency>
<dependency>
Expand Down
6 changes: 5 additions & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-jdbc-core</artifactId>
<artifactId>shardingsphere-jdbc</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand All @@ -29,6 +29,10 @@
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-infra-expr-espresso</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-test-util</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit ee15941

Please sign in to comment.