Skip to content

Commit

Permalink
Bump shardingsphere.version from 5.3.2 to 5.4.0 (#133)
Browse files Browse the repository at this point in the history
Bumps `shardingsphere.version` from 5.3.2 to 5.4.0.

Updates `shardingsphere-jdbc-core` from 5.3.2 to 5.4.0

Updates `shardingsphere-infra-common` from 5.3.2 to 5.4.0

---
updated-dependencies:
- dependency-name: org.apache.shardingsphere:shardingsphere-jdbc-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.shardingsphere:shardingsphere-infra-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent 266efb9 commit fcea237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>2.16.8.Final</quarkus.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>
<shardingsphere.version>5.4.0</shardingsphere.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit fcea237

Please sign in to comment.